Don't disable indent-guides in visual-line-mode
This commit is contained in:
parent
4eec1141c1
commit
bf85a03f5e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
:config
|
||||
(add-hook 'focus-in-hook #'highlight-indent-guides-auto-set-faces)
|
||||
;; `highlight-indent-guides' breaks in these modes
|
||||
(add-hook! '(visual-line-mode-hook org-indent-mode-hook)
|
||||
(add-hook! 'org-indent-mode-hook
|
||||
(defun +indent-guides-disable-maybe-h ()
|
||||
(when highlight-indent-guides-mode
|
||||
(highlight-indent-guides-mode -1)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue