Suppress highlight-indent-guides's auto errors

Otherwise it constantly spams the echo area in tty
This commit is contained in:
daanturo 2021-04-14 17:37:45 +07:00
parent 5b3f52f5fb
commit 11e06427fa

View file

@ -3,7 +3,8 @@
(use-package! highlight-indent-guides
:hook ((prog-mode text-mode conf-mode) . highlight-indent-guides-mode)
:init
(setq highlight-indent-guides-method 'character)
(setq highlight-indent-guides-method 'character
highlight-indent-guides-suppress-auto-error t)
:config
(defun +indent-guides-init-faces-h (&rest _)
(when (display-graphic-p)