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:
2023-02-07 19:04:22 +00:00
parent 422212a65c
commit 1a55833d09

View File

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