Use doom-modeline
Cleaning up my modeline by using the beautiful doom-modeline package.
This commit is contained in:
parent
710849f3b3
commit
3abee3373c
2 changed files with 5 additions and 0 deletions
|
@ -175,5 +175,9 @@
|
|||
;; Load a theme
|
||||
(themes/set "Solarized Light")
|
||||
|
||||
;; Use the Doom modeline
|
||||
(use-package 'doom-modeline)
|
||||
(doom-modeline-mode 1)
|
||||
|
||||
(provide 'wpc-ui)
|
||||
;;; wpc-ui.el ends here
|
||||
|
|
|
@ -54,6 +54,7 @@ let
|
|||
flycheck
|
||||
diminish
|
||||
doom-themes
|
||||
doom-modeline
|
||||
neotree # TODO: Remove this dependency from my config.
|
||||
which-key
|
||||
ivy
|
||||
|
|
Loading…
Reference in a new issue