Disable highlight-indent-guides-mode in org-indent-mode
This commit is contained in:
parent
8f7a8be0ca
commit
2c158a4112
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
#'+indent-guides-init-faces-h)
|
||||
|
||||
;; `highlight-indent-guides' breaks when `org-indent-mode' is active
|
||||
(add-hook! 'org-indent-mode-hook
|
||||
(add-hook! 'org-mode-local-vars-hook
|
||||
(defun +indent-guides-disable-maybe-h ()
|
||||
(when highlight-indent-guides-mode
|
||||
(when (and highlight-indent-guides-mode org-indent-mode)
|
||||
(highlight-indent-guides-mode -1)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue