projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[emacs] update 5 drones
[~bandali/configs]
/
init.org
diff --git
a/init.org
b/init.org
index
139e448
..
d90812e
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-1814,6
+1814,18
@@
Hopefully temporary.
""))))
#+end_src
""))))
#+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
* Email
#+begin_src emacs-lisp