diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 6b8df7a..f0b9951 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -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