fix(indent-guides): don't activate in noninteractive sessions
Such as when `doom doctor` loads Doom. Fix: #8058
This commit is contained in:
parent
b03e78918b
commit
98e28d801e
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ be enabled. If any function returns non-nil, the mode will not be activated."
|
|||
;;; Packages
|
||||
|
||||
(use-package! indent-bars
|
||||
:unless noninteractive
|
||||
:hook ((prog-mode text-mode conf-mode) . +indent-guides-init-maybe-h)
|
||||
:init
|
||||
(defun +indent-guides-init-maybe-h ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue