diff --git a/modules/editor/siren-highlight-indent-guides.el b/modules/editor/siren-highlight-indent-guides.el index 63eb97b..40a1f52 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 'top)) (provide 'siren-highlight-indent-guides) diff --git a/modules/languages/siren-golang.el b/modules/languages/siren-golang.el index 07396e8..2b1f201 100644 --- a/modules/languages/siren-golang.el +++ b/modules/languages/siren-golang.el @@ -38,7 +38,6 @@ (auto-highlight-symbol-mode -1)) (tree-sitter-mode +1) - (siren-display-indentation -1) (siren-folding) (subword-mode +1))