ui/modeline: remove indent segment
It's wasted space now that dtrt-indent logs changes to indentation. Also resolves a performance issue where the tab/space unicode character would cause long 3-5s delays on startup or first-file load.
This commit is contained in:
parent
26050bb1d7
commit
4aa4802885
2 changed files with 2 additions and 31 deletions
|
@ -226,7 +226,7 @@ savehist file."
|
|||
(add-hook! '(change-major-mode-after-body-hook read-only-mode-hook)
|
||||
#'doom|detect-indentation)
|
||||
:config
|
||||
(setq dtrt-indent-verbosity (if doom-debug-mode 2 0))
|
||||
(setq dtrt-indent-verbosity (if doom-debug-mode 2 1))
|
||||
;; always keep tab-width up-to-date
|
||||
(push '(t tab-width) dtrt-indent-hook-generic-mapping-list)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue