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