mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(editor): change highlight indentation guides back to 'column mode
It turns out that using the 'character mode causes very noticeable performance degradation and straight up lag when typing in a lot of programming languages. Setting it back to 'column seems to resolved this for me.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
:custom
|
||||
(highlight-indent-guides-auto-enabled nil)
|
||||
(highlight-indent-guides-character ?\u2502)
|
||||
(highlight-indent-guides-method 'character)
|
||||
(highlight-indent-guides-method 'column)
|
||||
(highlight-indent-guides-responsive nil))
|
||||
|
||||
(provide 'siren-highlight-indent-guides)
|
||||
|
||||
Reference in New Issue
Block a user