mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Refactor doom-theme init
This commit is contained in:
@ -40,7 +40,6 @@
|
||||
(lambda (_) (if (doom/get-real-buffers) (y-or-n-p "› Quit?") t) t))
|
||||
|
||||
;; Initialize UI
|
||||
(load-theme doom-current-theme t)
|
||||
(tooltip-mode -1) ; show tooltips in echo area
|
||||
(if (not window-system)
|
||||
(menu-bar-mode -1)
|
||||
@ -94,6 +93,10 @@
|
||||
;; Plugins
|
||||
;;
|
||||
|
||||
(use-package doom-theme
|
||||
:config
|
||||
(load-theme doom-current-theme t))
|
||||
|
||||
(use-package beacon
|
||||
:config
|
||||
(beacon-mode +1)
|
||||
|
Reference in New Issue
Block a user