[emacs] assimilate and try out magithub
[~bandali/configs] / init.org
index 139e448..d90812e 100644 (file)
--- 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