add config-dir variable and change load-path to use it
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
:defer t
|
||||
:config
|
||||
;; add local icon folder to the image-load-path
|
||||
(add-to-list 'image-load-path (concat user-emacs-directory "icon/"))
|
||||
(add-to-list 'image-load-path (concat config-dir "icon/"))
|
||||
|
||||
;; TODO: revert after close?
|
||||
;; TODO: add redo?
|
||||
|
||||
Reference in New Issue
Block a user