about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-ui.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-02-27T11·42+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-01T22·32+0000
commit3abee3373c3e57273404ba1f0c197083b0ea64bc (patch)
tree843a6227f9064a6c46e77f870610aa43ca3da42f /emacs/.emacs.d/wpc/wpc-ui.el
parent710849f3b3078f1bf4c0d939eb49fa32ba731273 (diff)
Use doom-modeline
Cleaning up my modeline by using the beautiful doom-modeline package.
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-ui.el')
-rw-r--r--emacs/.emacs.d/wpc/wpc-ui.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-ui.el b/emacs/.emacs.d/wpc/wpc-ui.el
index 62bf77dd24..7b8e2eb9bc 100644
--- a/emacs/.emacs.d/wpc/wpc-ui.el
+++ b/emacs/.emacs.d/wpc/wpc-ui.el
@@ -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