Rename doom/reload => doom/reload-load-path

This commit is contained in:
Henrik Lissner 2017-09-19 15:07:57 +02:00
parent 235576d168
commit 42fec8494d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 9 additions and 9 deletions

View file

@ -11,7 +11,7 @@
:config
(set! :theme 'doom-one)
;; Ensure `doom/reload' reloads common faces
;; Ensure `doom/reload-load-path' reloads common faces
(defun +doom|reload-theme ()
(load "doom-themes-common.el" nil t))
(add-hook 'doom-pre-reload-theme-hook #'+doom|reload-theme)