add config-dir variable and change load-path to use it
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
;;; Code:
|
||||
;; required by eaf
|
||||
(use-package epc
|
||||
:load-path "lisp/epc"
|
||||
:load-path (lambda() (concat config-dir "lisp/epc"))
|
||||
:defer t)
|
||||
|
||||
(use-package eaf
|
||||
:load-path "lisp/emacs-application-framework"
|
||||
:load-path (lambda() (concat config-dir "lisp/emacs-application-framework"))
|
||||
;;:after (org) ;; eaf requires eaf-interleave requires org
|
||||
;;:defer 2
|
||||
:commands (eaf-open
|
||||
|
||||
Reference in New Issue
Block a user