Specify new source and branch for elpher

This commit is contained in:
Niten 2021-04-29 22:06:19 -07:00
parent 349edaa2b3
commit 114bc79d43
1 changed files with 6 additions and 1 deletions

View File

@ -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