feat(editor): change highlight indent guides style to a thin line

For now, it seems that this no longer causes performance issues compared
to the column style. Time will tell if this stays true.
This commit is contained in:
2023-01-15 20:52:43 +00:00
parent 7e29a78b05
commit d83ca9867a

View File

@@ -14,7 +14,7 @@
:custom
(highlight-indent-guides-auto-enabled nil)
(highlight-indent-guides-character ?\u2502)
(highlight-indent-guides-method 'column)
(highlight-indent-guides-method 'character)
(highlight-indent-guides-responsive nil))
(provide 'siren-highlight-indent-guides)