projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e7aa30
)
[emacs] disable highlight-indent-guides-mode in org-mode
author
Amin Bandali
<bandali@gnu.org>
Tue, 30 Oct 2018 03:32:19 +0000
(23:32 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Tue, 30 Oct 2018 03:32:59 +0000
(23:32 -0400)
causes *huge* langging when typing a large org file like my rc.org
TODO: investigate and report to upstream
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
3448670
..
5ead731
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-1529,7
+1529,8
@@
Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
(use-package highlight-indent-guides
:demand t
:hook ((prog-mode . highlight-indent-guides-mode)
- (org-mode . highlight-indent-guides-mode))
+ ;; (org-mode . highlight-indent-guides-mode)
+ )
:config
(setq highlight-indent-guides-character ?\|)
(setq highlight-indent-guides-auto-enabled nil)