Update doom-themes config
This commit is contained in:
parent
0943a06eae
commit
ae65048a20
1 changed files with 5 additions and 2 deletions
|
@ -88,9 +88,12 @@
|
||||||
;; Plugins
|
;; Plugins
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(use-package doom-theme
|
(use-package doom-themes
|
||||||
:config
|
:config
|
||||||
(load-theme doom-current-theme t))
|
(load-theme doom-current-theme t)
|
||||||
|
(require 'doom-neotree)
|
||||||
|
(add-hook 'minibuffer-setup-hook 'doom-brighten-minibuffer)
|
||||||
|
(add-hook 'find-file-hook 'doom-buffer-mode))
|
||||||
|
|
||||||
(use-package beacon
|
(use-package beacon
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue