mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Disable highlight-indent-guides-mode in org-indent-mode
This commit is contained in:
@ -19,7 +19,7 @@
|
|||||||
#'+indent-guides-init-faces-h)
|
#'+indent-guides-init-faces-h)
|
||||||
|
|
||||||
;; `highlight-indent-guides' breaks when `org-indent-mode' is active
|
;; `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 ()
|
(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)))))
|
(highlight-indent-guides-mode -1)))))
|
||||||
|
Reference in New Issue
Block a user