Remove all the fancy modeline shit
This commit is contained in:
parent
1f86baac93
commit
2b16fdb8d3
16
init.el
16
init.el
|
@ -415,22 +415,6 @@
|
||||||
:config
|
:config
|
||||||
(treemacs-load-theme 'all-the-icons))
|
(treemacs-load-theme 'all-the-icons))
|
||||||
|
|
||||||
(use-package doom-modeline
|
|
||||||
:demand t
|
|
||||||
:custom
|
|
||||||
(doom-modeline-continuous-word-count-modes '(markdown-mode gfm-mode org-mode))
|
|
||||||
(doom-modeline-enable-word-count t)
|
|
||||||
(doom-modeline-indent-info t)
|
|
||||||
(doom-modeline-minor-modes t)
|
|
||||||
(doom-modeline-battery nil)
|
|
||||||
:config
|
|
||||||
(doom-modeline-mode))
|
|
||||||
|
|
||||||
(use-package minions
|
|
||||||
:demand t
|
|
||||||
:config
|
|
||||||
(minions-mode))
|
|
||||||
|
|
||||||
(use-package dirvish
|
(use-package dirvish
|
||||||
:after dired
|
:after dired
|
||||||
:demand t
|
:demand t
|
||||||
|
|
Loading…
Reference in a new issue