From 8d309bb504a07dd37f41e590b4ed95488bf3f2e8 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 5 Feb 2016 21:45:42 -0500 Subject: Update for with-editor separation from Magit --- init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'init.el') 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 -- cgit v1.2.3