mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-25 14:13:37 -05:00
Update doom-themes config
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user