From 620ed6895854c0b82e72a9acedd481e5e14cf80a Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 12 Nov 2018 19:39:20 -0500 Subject: [emacs] assimilate and try out magithub --- init.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'init.org') 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 -- cgit v1.2.3-83-g751a