X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/39ecbcc0914d9666141a7f08d1158b41fe518ca1..620ed6895854c0b82e72a9acedd481e5e14cf80a:/init.org?ds=sidebyside 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