mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(editor/indent-guides): switch back to column display due to performance
Yet again, I'm switching highlight-indent-guides back to column mode. It seemed that character mode performance had been improved. But I've run into a number of files since where it tanks performance to the point key strokes takes close to a second to render.
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