diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-11-24 15:16:10 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-12-31 11:52:08 -0500 |
commit | 3216dba5c4e01c8789e2991082c52533fdc6ca46 (patch) | |
tree | b167bc4e6ccb30f1ab9185cb6eda9c96da0d67c8 | |
parent | 363e8d35f47069deba4bb00ce46f8bd6cdaf5a2c (diff) | |
download | emacs.d-3216dba5c4e01c8789e2991082c52533fdc6ca46.tar.gz |
Update for magit-popup's move
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -897,7 +897,7 @@ :defer t) (use-package magit-popup - :load-path "~/src/emacs/magit/lisp/" + :load-path "~/src/emacs/magit-popup/" :defer t :config (setq magit-popup-show-help-echo nil @@ -909,7 +909,7 @@ ("SPC SPC <t>" . magit-invoke-popup-option))) (use-package magit - ;; :load-path "~/src/emacs/magit/lisp/" + :load-path "~/src/emacs/magit/lisp/" :defer t :bind ("C-x g" . km/magit-status) :chords ("jg" . km/magit-status) |