add config-dir variable and change load-path to use it

This commit is contained in:
2021-05-13 20:43:07 +02:00
parent 9723323a29
commit e13e08068b
22 changed files with 52 additions and 50 deletions

View File

@@ -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?