eaf: clean up elpaca recipe
This commit is contained in:
parent
7ad6e7c863
commit
dff70b90d4
@ -1139,15 +1139,10 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
|
|||||||
;; Emacs App Framework. Definitely pretty broken but it worked once
|
;; Emacs App Framework. Definitely pretty broken but it worked once
|
||||||
(use-package eaf
|
(use-package eaf
|
||||||
:elpaca (:host github :repo "emacs-eaf/emacs-application-framework"
|
:elpaca (:host github :repo "emacs-eaf/emacs-application-framework"
|
||||||
;; :files ("*")
|
|
||||||
;; :post-build (progn
|
|
||||||
;; (require 'eaf)
|
|
||||||
;; (eaf-install-and-update))
|
|
||||||
:files ("*.el" "*.py" "core" "app" "*.json")
|
:files ("*.el" "*.py" "core" "app" "*.json")
|
||||||
:pre-build (("python" "install-eaf.py"
|
:pre-build (("python" "install-eaf.py"
|
||||||
"--install" "pdf-viewer" "browser"
|
"--install" "pdf-viewer" "browser"
|
||||||
"--ignore-sys-deps"))
|
"--ignore-sys-deps")))
|
||||||
)
|
|
||||||
:config (add-to-list 'load-path (expand-file-name "app/" eaf-source-dir))
|
:config (add-to-list 'load-path (expand-file-name "app/" eaf-source-dir))
|
||||||
)
|
)
|
||||||
(use-package eaf-browser
|
(use-package eaf-browser
|
||||||
|
Loading…
Reference in New Issue
Block a user