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:
Henrik Lissner 2019-04-29 18:03:18 -04:00
parent 26050bb1d7
commit 4aa4802885
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 31 deletions

View file

@ -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)