mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user