Merge pull request #4852 from daanturo/suppress-highlight-indent-guides-auto-error

Suppress highlight-indent-guides's auto errors
This commit is contained in:
Henrik Lissner
2021-04-14 12:46:38 -04:00
committed by GitHub

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)