diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 8a0d62a..707313b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -693,6 +693,7 @@ (setq js2-basic-offset 2)) (use-package nm + :quelpa (nm :fetcher git :url "https://github.com/ad1217/nevermore.git") :bind (:map nm-mode-map ("n" . nm-read) ("G" . nm-update-remote))