diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-01-05 22:47:36 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-01-05 22:47:36 +0000 |
commit | 510e145dca7c23a0db5df104f21c31089a7ee3cb (patch) | |
tree | af0d5811cd1bd593d9e84009073b41f397da42a9 /doom.d/init.el | |
parent | 936db0b48c9008a5b48073ad6c8e845c391861bb (diff) | |
download | dotfiles-510e145dca7c23a0db5df104f21c31089a7ee3cb.tar.gz dotfiles-510e145dca7c23a0db5df104f21c31089a7ee3cb.tar.bz2 dotfiles-510e145dca7c23a0db5df104f21c31089a7ee3cb.zip |
~switched back to normal modeline
Fixes have made the modeline better
Diffstat (limited to 'doom.d/init.el')
-rw-r--r-- | doom.d/init.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doom.d/init.el b/doom.d/init.el index 542927e..572a31d 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -27,8 +27,7 @@ ;;fill-column ; a `fill-column' indicator hl-todo ; highlight TODO/FIXME/NOTE tags indent-guides ; highlighted indent columns - (modeline - +light) ; snazzy, Atom-inspired modeline, plus API + (modeline) ; snazzy, Atom-inspired modeline, plus API nav-flash ; blink the current line after jumping ;;neotree ; a project drawer, like NERDTree for vim |