mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Suppress highlight-indent-guides's auto errors
Otherwise it constantly spams the echo area in tty
This commit is contained in:
@ -3,7 +3,8 @@
|
|||||||
(use-package! highlight-indent-guides
|
(use-package! highlight-indent-guides
|
||||||
:hook ((prog-mode text-mode conf-mode) . highlight-indent-guides-mode)
|
:hook ((prog-mode text-mode conf-mode) . highlight-indent-guides-mode)
|
||||||
:init
|
:init
|
||||||
(setq highlight-indent-guides-method 'character)
|
(setq highlight-indent-guides-method 'character
|
||||||
|
highlight-indent-guides-suppress-auto-error t)
|
||||||
:config
|
:config
|
||||||
(defun +indent-guides-init-faces-h (&rest _)
|
(defun +indent-guides-init-faces-h (&rest _)
|
||||||
(when (display-graphic-p)
|
(when (display-graphic-p)
|
||||||
|
Reference in New Issue
Block a user