diff options
Diffstat (limited to '.config/doom/config.el')
| -rw-r--r-- | .config/doom/config.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/doom/config.el b/.config/doom/config.el index 429677b..e42a082 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -99,6 +99,8 @@ (after! whitespace (global-whitespace-mode -1)) +(advice-add #'doom-highlight-non-default-indentation-h :override #'ignore) + ;; The modeline I was using even before switching to Doom. I modify quite a few ;; things from the default installation so it is simpler. (use-package! doom-modeline |
