summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 55142cb..cb98bdd 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -856,6 +856,14 @@ necessary variables are set."
   :ensure t
   :defer t)
 
+;; Cleaner modeline
+;; Worth switching to this one if it ever ends up on melpa:
+;; https://github.com/lambda-emacs/lambda-line
+(use-package mood-line
+  :ensure t
+  :custom
+  (mood-line-mode t))
+
 ;; Experiment with embark
 (use-package embark
   :ensure t