diff options
author | William Carroll <wpcarro@gmail.com> | 2020-07-06T10·11+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-07-06T10·11+0100 |
commit | 7d9cfdbc41c664054963184487907032932c870a (patch) | |
tree | d49d7b0e939455e9baf62359732eaac3a6ac9886 /emacs/.emacs.d/wpc/wpc-ui.el | |
parent | eb1af216cf6442138e46448c0f503276aba4d55f (diff) |
Prefer telephone-line to doom-modeline
After growing frustrated with doom-modeline's compatibility with my EXWM setup, I decided to borrow @tazjin's setup, which I find to be much more appealing.
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-ui.el')
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-ui.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-ui.el b/emacs/.emacs.d/wpc/wpc-ui.el index 7b8e2eb9bc11..1243feb0aa38 100644 --- a/emacs/.emacs.d/wpc/wpc-ui.el +++ b/emacs/.emacs.d/wpc/wpc-ui.el @@ -15,6 +15,7 @@ (require 'themes) (require 'device) (require 'laptop-battery) +(require 'modeline) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Configuration @@ -175,9 +176,7 @@ ;; Load a theme (themes/set "Solarized Light") -;; Use the Doom modeline -(use-package 'doom-modeline) -(doom-modeline-mode 1) +(modeline/setup) (provide 'wpc-ui) ;;; wpc-ui.el ends here |