From 97cf0fc47708722e8454dd87b72a587f3dd6864d Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 29 Oct 2018 23:32:19 -0400 Subject: [PATCH] [emacs] disable highlight-indent-guides-mode in org-mode causes *huge* langging when typing a large org file like my rc.org TODO: investigate and report to upstream --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 3448670..5ead731 100644 --- 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) -- 2.20.1