summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-01-28 18:04:47 -0500
committerKyle Meyer <kyle@kyleam.com>2017-01-28 18:04:47 -0500
commit74eda01b64f1ccaa356fa1f2fbf70cd7b4f29afe (patch)
tree3dd75a5abe492981eeacfbef1cc3000cb8595956 /init.el
parent06586b580f668b95ea92f6030137d152c3fb9685 (diff)
downloademacs.d-74eda01b64f1ccaa356fa1f2fbf70cd7b4f29afe.tar.gz
Comment out redundant load-paths
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 cb42af3..52e1cc2 100644
--- a/init.el
+++ b/init.el
@@ -869,7 +869,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)
@@ -1146,7 +1146,7 @@
(setq magit-annex-unused-open-function #'org-open-file))
(use-package git-commit
- :load-path "~/src/emacs/magit/lisp/"
+ ;; :load-path "~/src/emacs/magit/lisp/"
:defer t
:config
(setq git-commit-finish-query-functions nil)