From f1a441da242c62277fe779371daa47d07e03c991 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 24 Sep 2018 11:54:27 -0400 Subject: [PATCH] Fix nevermore recipie to point to correct branch --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 57363bb..56eff40 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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))