mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(indent-guides): don't activate in noninteractive sessions
Such as when `doom doctor` loads Doom. Fix: #8058
This commit is contained in:
@ -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 ()
|
||||
|
Reference in New Issue
Block a user