From d999489572682b355d26195f8a137088fcfbaa46 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 4 Aug 2022 12:19:07 -0400 Subject: [PATCH] ENH make highlight modes toggle-able --- etc/conf.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/etc/conf.org b/etc/conf.org index f4273f9..fb2b6b7 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -1649,9 +1649,7 @@ R-markdown is enabled via polymode, which allows multiple modes in one buffer (t (use-package yaml-mode :straight t - :hook ((yaml-mode . fci-mode) - (yaml-mode . highlight-indentation-mode) - (yaml-mode . highlight-indentation-current-column-mode))) + :hook ((yaml-mode . fci-mode))) #+END_SRC *** csv files :PROPERTIES: @@ -4898,6 +4896,9 @@ The function keys are nice because they are almost (not always) free in every mo ("v" visual-line-mode) ("h" global-hl-line-mode) ("r" rainbow-mode) + ("h" highlight-indentation-mode) + ("H" highlight-indentation-current-column-mode) + ("r" rainbow-mode) ("n" display-line-numbers-mode)) (defhydra hydra-tools (global-map "" :exit t)