feat(editor): disable indentation highlight guides

They often affect performance negatively, and I personally don't find
them that useful.
This commit is contained in:
2023-11-20 01:00:23 +00:00
parent 07794bb8be
commit 862b7fc26e

View File

@@ -19,8 +19,8 @@
(setq-local fill-column 80)
;; Highlight indentation if we are not indenting with real tabs.
(if (not indent-tabs-mode)
(siren-display-indentation t))
;; (if (not indent-tabs-mode)
;; (siren-display-indentation t))
(hl-line-mode t)
(whitespace-mode t))