summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-12-09 10:58:31 -0500
committerKyle Meyer <kyle@kyleam.com>2017-12-31 11:52:10 -0500
commit52542d3a1683828f611813fb611662878a9acc47 (patch)
tree725b64656e24c16c85acb8fe062490a2f67b62de /init.el
parent3216dba5c4e01c8789e2991082c52533fdc6ca46 (diff)
downloademacs.d-52542d3a1683828f611813fb611662878a9acc47.tar.gz
Add ghub for latest 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 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