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
commit 691d26c224
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)