mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-25 20:40:24 +10:00
Minor updates.
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
#'+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
|
||||
(highlight-indent-guides-mode -1)))))
|
||||
(and highlight-indent-guides-mode
|
||||
(bound-and-true-p org-indent-mode)
|
||||
(highlight-indent-guides-mode -1)))))
|
||||
|
||||
Reference in New Issue
Block a user