diff options
author | 2018-11-12 19:39:20 -0500 | |
---|---|---|
committer | 2018-11-12 19:39:20 -0500 | |
commit | 620ed6895854c0b82e72a9acedd481e5e14cf80a (patch) | |
tree | 662c0b7ec2a89b71911e1122456bf1c78b665b21 /init.org | |
parent | 39ecbcc0914d9666141a7f08d1158b41fe518ca1 (diff) | |
download | configs-620ed6895854c0b82e72a9acedd481e5e14cf80a.tar.gz configs-620ed6895854c0b82e72a9acedd481e5e14cf80a.tar.xz configs-620ed6895854c0b82e72a9acedd481e5e14cf80a.zip |
[emacs] assimilate and try out magithub
Diffstat (limited to '')
-rw-r--r-- | init.org | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |