update eaf package
This commit is contained in:
@@ -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/")))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user