ENH make highlight modes toggle-able
This commit is contained in:
parent
8035566114
commit
d999489572
|
@ -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 "<f12>" :exit t)
|
||||
|
|
Loading…
Reference in New Issue