summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-02-05 21:45:42 -0500
committerKyle Meyer <kyle@kyleam.com>2016-02-05 21:45:42 -0500
commit8d309bb504a07dd37f41e590b4ed95488bf3f2e8 (patch)
tree418aaa84fbe8e9cbc9b723feadfe8dd9e57d4572 /init.el
parent1edcaeb9bad6ad4fe93e953a643fd9384cf2b3ac (diff)
downloademacs.d-8d309bb504a07dd37f41e590b4ed95488bf3f2e8.tar.gz
Update for with-editor separation from Magit
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el
index 7902b66..0303079 100644
--- a/init.el
+++ b/init.el
@@ -773,6 +773,10 @@
:config
(setq git-annex-commit nil))
+(use-package with-editor
+ :load-path "~/src/emacs/with-editor/"
+ :defer t)
+
(use-package magit
:load-path "~/src/emacs/magit/lisp/"
:defer t