summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authornoa2025-01-12 23:17:27 +0800
committernoa2025-01-12 23:17:27 +0800
commit6aa3b56771355dab0930d0be156b680b1f1cf16b (patch)
treea564db3aecb14a9fa602d4a46329314e8b7f1516 /emacs
parent1b5c9449a1ac576963b58a011e6a21a919355024 (diff)
Use mood-line to make mode line cleaner
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