From 52542d3a1683828f611813fb611662878a9acc47 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 9 Dec 2017 10:58:31 -0500 Subject: Add ghub for latest Magit --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index 7abf55a..a1b66f3 100644 --- a/init.el +++ b/init.el @@ -896,6 +896,10 @@ :load-path "~/src/emacs/with-editor/" :defer t) +(use-package ghub + :load-path "~/src/emacs/ghub/" + :defer t) + (use-package magit-popup :load-path "~/src/emacs/magit-popup/" :defer t -- cgit v1.2.3