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
|
||||
(use-package hl-line
|
||||
:config
|
||||
(global-hl-line-mode 1))
|
||||
(global-hl-line-mode -1))
|
||||
|
||||
(use-package uniquify
|
||||
:config
|
||||
|
@ -80,7 +80,7 @@
|
|||
(setq uniquify-ignore-buffers-re "^\\*"))
|
||||
|
||||
;; Theme
|
||||
(use-package "monokai-theme"
|
||||
(use-package monokai-theme
|
||||
:ensure t
|
||||
:config
|
||||
(load-theme 'monokai t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue