From dff70b90d450f3f64496fc0213a8b6457362d4bf Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Tue, 6 Jun 2023 13:27:48 -0800 Subject: [PATCH] eaf: clean up elpaca recipe --- lisp/mitch-packages.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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