clean up
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
;;; Code:
|
||||
(use-package eaf
|
||||
:load-path (lambda() (concat user-emacs-directory "lisp/emacs-application-framework"))
|
||||
:load-path "lisp/emacs-application-framework"
|
||||
;;:after (org) ;; eaf requires eaf-interleave requires org
|
||||
;;:defer 2
|
||||
:commands (eaf-open
|
||||
@@ -27,8 +27,7 @@
|
||||
:if my-dbusp ;; EAF use DBus' session bus, it must run by a general user (DO NOT USE as root).
|
||||
:config
|
||||
(setq eaf-find-alternate-file-in-dired t)
|
||||
(setq eaf-config-location (concat user-cache-directory "eaf/"))
|
||||
)
|
||||
(setq eaf-config-location (concat user-cache-directory "eaf/")))
|
||||
|
||||
(provide 'eaf-settings)
|
||||
;;; eaf-settings.el ends here
|
||||
|
||||
Reference in New Issue
Block a user