Suppress highlight-indent-guides's auto errors
Otherwise it constantly spams the echo area in tty
This commit is contained in:
parent
5b3f52f5fb
commit
11e06427fa
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue