Fixes #3320
This commit is contained in:
Henrik Lissner 2020-06-07 14:00:13 -04:00
parent 235ad55ba1
commit cc772adc38
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -4,12 +4,6 @@
:hook ((prog-mode text-mode conf-mode) . highlight-indent-guides-mode)
:init
(setq highlight-indent-guides-method 'character)
;; HACK The default \x2502 appears to be slow on macOS. This needs more
;; testing, but for now we use another bar unicode glyph, which is
;; reportedly faster.
(when IS-MAC
(setq highlight-indent-guides-character ?\xFFE8))
:config
(defun +indent-guides-init-faces-h ()
(when (display-graphic-p)