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

@@ -295,7 +295,7 @@ Version 2016-07-13"
(setq bookmark-default-file (concat user-cache-directory "bookmarks"))
(use-package transient
:load-path (lambda() (concat user-emacs-directory "lisp/transient"))
:load-path (lambda() (concat config-dir "lisp/transient"))
:defer t
:config
(setq transient-levels-file (concat user-cache-directory "transient/levels.el"))