Specify new source and branch for elpher
This commit is contained in:
parent
349edaa2b3
commit
114bc79d43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue