update eaf package

This commit is contained in:
2021-01-30 14:52:51 +01:00
parent 84eb4929ee
commit 5207af83cb
4981 changed files with 11795 additions and 761570 deletions

View File

@@ -5,6 +5,11 @@
;; https://github.com/manateelazycat/emacs-application-framework
;;; Code:
;; required by eaf
(use-package epc
:load-path "lisp/epc"
:defer t)
(use-package eaf
:load-path "lisp/emacs-application-framework"
;;:after (org) ;; eaf requires eaf-interleave requires org
@@ -26,6 +31,7 @@
;;:when (if (require 'dbus) (dbus-ping :session "org.freedesktop.Notifications"))
:if my-dbusp ;; EAF use DBus' session bus, it must run by a general user (DO NOT USE as root).
:config
(eaf-setq eaf-browser-enable-adblocker "true")
(setq eaf-find-alternate-file-in-dired t)
(setq eaf-config-location (concat user-cache-directory "eaf/")))