Small update
This commit is contained in:
parent
e730929914
commit
7ec32ba657
1 changed files with 3 additions and 3 deletions
4
init.el
4
init.el
|
@ -68,7 +68,7 @@
|
||||||
;; highlight the current line
|
;; highlight the current line
|
||||||
(use-package hl-line
|
(use-package hl-line
|
||||||
:config
|
:config
|
||||||
(global-hl-line-mode 1))
|
(global-hl-line-mode -1))
|
||||||
|
|
||||||
(use-package uniquify
|
(use-package uniquify
|
||||||
:config
|
:config
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
(setq uniquify-ignore-buffers-re "^\\*"))
|
(setq uniquify-ignore-buffers-re "^\\*"))
|
||||||
|
|
||||||
;; Theme
|
;; Theme
|
||||||
(use-package "monokai-theme"
|
(use-package monokai-theme
|
||||||
:ensure t
|
:ensure t
|
||||||
:config
|
:config
|
||||||
(load-theme 'monokai t))
|
(load-theme 'monokai t))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue