diff --git a/packages.el b/packages.el index 4b2e524..5e5fe89 100644 --- a/packages.el +++ b/packages.el @@ -5,15 +5,20 @@ ;; on the command line, then restart Emacs for the changes to take effect -- or ;; use 'M-x doom/reload'. +;;; Code: ;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror: ; (package! some-package) -(package! elpher) +;;(package! elpher) (package! edit-server) (package! ivy-prescient) (package! ace-jump-mode) +(package! elpher + :recipe (:repo "git://thelambdalab.xyz/elpher.git" + :branch "master")) + ;; To install a package directly from a remote git repo, you must specify a ;; `:recipe'. You'll find documentation on what `:recipe' accepts here: ;; https://github.com/raxod502/straight.el#the-recipe-format