mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove doom//x naming convention
This naming convention was meant to be for batch commands, but it grew to include "commands that were helpful with managing Doom", but many of these commands shouldn't be interactive in the first place!
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
:config
|
||||
;; Reload common faces when reloading doom-themes live
|
||||
(defun +doom*reload-common (&rest _) (load "doom-themes-common.el" nil t))
|
||||
(advice-add #'doom//reload-theme :before #'+doom*reload-common)
|
||||
(advice-add #'doom/reload-theme :before #'+doom*reload-common)
|
||||
|
||||
;; improve integration w/ org-mode
|
||||
(add-hook 'doom-load-theme-hook #'doom-themes-org-config)
|
||||
|
Reference in New Issue
Block a user