Fix highlight-indent-guides-mode hook
This commit is contained in:
parent
d1c05d7477
commit
045fc4730a
@ -2701,8 +2701,8 @@ Like [[help:electric-indent-mode][electric-indent-mode]] but reindents after eve
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package highlight-indent-guides
|
||||
:commands highlight-indent-guides-mode
|
||||
:hook ((python . highlight-indent-guides-mode)
|
||||
(yaml . highlight-indent-guides-mode))
|
||||
:hook ((python-mode . highlight-indent-guides-mode)
|
||||
(yaml-mode . highlight-indent-guides-mode))
|
||||
:init
|
||||
(leader-def-key "th" #'highlight-indent-guides-mode)
|
||||
:custom
|
||||
|
Loading…
Reference in New Issue
Block a user