summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-11-24 15:16:10 -0500
committerKyle Meyer <kyle@kyleam.com>2017-12-31 11:52:08 -0500
commit3216dba5c4e01c8789e2991082c52533fdc6ca46 (patch)
treeb167bc4e6ccb30f1ab9185cb6eda9c96da0d67c8 /init.el
parent363e8d35f47069deba4bb00ce46f8bd6cdaf5a2c (diff)
downloademacs.d-3216dba5c4e01c8789e2991082c52533fdc6ca46.tar.gz
Update for magit-popup's move
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index d972efc..7abf55a 100644
--- a/init.el
+++ b/init.el
@@ -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)