Fix highlight-indent-guides-mode hook

This commit is contained in:
Jeremy Dormitzer 2020-11-18 10:29:43 -05:00
parent d1c05d7477
commit 045fc4730a

View File

@ -2701,8 +2701,8 @@ Like [[help:electric-indent-mode][electric-indent-mode]] but reindents after eve
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package highlight-indent-guides (use-package highlight-indent-guides
:commands highlight-indent-guides-mode :commands highlight-indent-guides-mode
:hook ((python . highlight-indent-guides-mode) :hook ((python-mode . highlight-indent-guides-mode)
(yaml . highlight-indent-guides-mode)) (yaml-mode . highlight-indent-guides-mode))
:init :init
(leader-def-key "th" #'highlight-indent-guides-mode) (leader-def-key "th" #'highlight-indent-guides-mode)
:custom :custom