From d83ca9867ab675cec47c14ffb95a31bb762a3314 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 15 Jan 2023 20:52:43 +0000 Subject: [PATCH] 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. --- modules/editor/siren-highlight-indent-guides.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/siren-highlight-indent-guides.el b/modules/editor/siren-highlight-indent-guides.el index 8f2da9a..12abc93 100644 --- a/modules/editor/siren-highlight-indent-guides.el +++ b/modules/editor/siren-highlight-indent-guides.el @@ -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)