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.
This commit is contained in:
William Carroll 2020-07-06 11:11:08 +01:00
parent eb1af216cf
commit 7d9cfdbc41
3 changed files with 67 additions and 4 deletions

View file

@ -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