From 7d9cfdbc41c664054963184487907032932c870a Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 6 Jul 2020 11:11:08 +0100 Subject: 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. --- emacs/.emacs.d/wpc/wpc-ui.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'emacs/.emacs.d/wpc/wpc-ui.el') 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 -- cgit 1.4.1