Fix nevermore recipie to point to correct branch

This commit is contained in:
Adam Goldsmith 2018-09-24 11:54:27 -04:00
parent 86ff665990
commit f1a441da24
1 changed files with 1 additions and 1 deletions

View File

@ -711,7 +711,7 @@
(setq js2-basic-offset 2))
(use-package nm
:quelpa (nm :fetcher git :url "https://github.com/ad1217/nevermore.git")
:quelpa (nm :fetcher github :repo "ad1217/nevermore" :branch "fix-deleted")
:bind (:map nm-mode-map
("n" . nm-read)
("G" . nm-update-remote))