eaf: clean up elpaca recipe

This commit is contained in:
MitchMarq42 2023-06-06 13:27:48 -08:00
parent 7ad6e7c863
commit dff70b90d4

View File

@ -1139,15 +1139,10 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
;; Emacs App Framework. Definitely pretty broken but it worked once
(use-package eaf
: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")
:pre-build (("python" "install-eaf.py"
"--install" "pdf-viewer" "browser"
"--ignore-sys-deps"))
)
"--ignore-sys-deps")))
:config (add-to-list 'load-path (expand-file-name "app/" eaf-source-dir))
)
(use-package eaf-browser