summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-02-21 09:27:48 +0100
committerDavid Robillard <d@drobilla.net>2017-02-21 09:27:48 +0100
commit44a9ce5a5f71cce62f223d951dc80d88db67515d (patch)
tree14d50ff78756c764a5874cb9fb1c82f4d9d4ead0
parent6ef32c3edeac9c3a75300cc06a7d8680f839dd61 (diff)
downloaddotfiles-44a9ce5a5f71cce62f223d951dc80d88db67515d.tar.gz
dotfiles-44a9ce5a5f71cce62f223d951dc80d88db67515d.tar.bz2
dotfiles-44a9ce5a5f71cce62f223d951dc80d88db67515d.zip
Update diminished modes
-rw-r--r--emacs.d/init.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 0d84d71..06b4144 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -40,10 +40,11 @@
(spaceline-toggle-buffer-size-off)
(spaceline-toggle-hud-off)
(spaceline-toggle-buffer-encoding-abbrev-off)
-(diminish 'auto-revert-mode "↻")
-(diminish 'compilation-in-progress "⚙")
(diminish 'abbrev-mode "")
(diminish 'auto-fill-function "↵")
+(diminish 'auto-revert-mode "↻")
+(diminish 'compilation-in-progress "⚙")
+(diminish 'flyspell-mode "✓")
(diminish 'ggtags-mode "☚")
(setq spaceline-minor-modes-separator " ")