summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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