feat(editor): switch indent guide style to a thin line

As I'm no longer using whitespace-mode in prog-mode derived modes, the
cursor movement bug affecting highlight-indent-guides when
whitespace-mode is enabled is no longer an issue for me.

Further details about the highlight-indent-guides conflict with
whitespace-mode is available in this issue:
https://github.com/DarthFennec/highlight-indent-guides/issues/107
This commit is contained in:
2022-06-18 00:37:52 +01:00
parent 25b6493530
commit 7ecfb8fd86
2 changed files with 1 additions and 2 deletions

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 'top))
(provide 'siren-highlight-indent-guides)

View File

@@ -38,7 +38,6 @@
(auto-highlight-symbol-mode -1))
(tree-sitter-mode +1)
(siren-display-indentation -1)
(siren-folding)
(subword-mode +1))