projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[emacs] disable highlight-indent-guides
[~bandali/configs]
/
init.org
diff --git
a/init.org
b/init.org
index
139e448
..
76b7b0c
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-1660,7
+1660,7
@@
Make =*scratch*= and =*Messages*= unkillable.
Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
-**
[[https://github.com/DarthFennec/highlight-indent-guides][highlight-indent-guides]]
+**
COMMENT [[https://github.com/DarthFennec/highlight-indent-guides][highlight-indent-guides]] :ARCHIVE:
#+begin_src emacs-lisp
(use-package highlight-indent-guides
#+begin_src emacs-lisp
(use-package highlight-indent-guides
@@
-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