summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org12
1 files changed, 12 insertions, 0 deletions
diff --git a/init.org b/init.org
index 139e448..d90812e 100644
--- a/init.org
+++ b/init.org
@@ -1814,6 +1814,18 @@ Hopefully temporary.
""))))
#+end_src
+** magithub
+
+For when I /have to/ use GH.
+
+#+begin_src emacs-lisp
+(use-package magithub
+ :after magit
+ :config
+ (magithub-feature-autoinject t)
+ (setq magithub-clone-default-directory "~/src/git"))
+#+end_src
+
* Email
#+begin_src emacs-lisp