summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authornoa2025-02-16 22:06:42 +0800
committernoa2025-02-16 22:06:42 +0800
commit89decef848b44497c51acee1111b495c78a99446 (patch)
treea91c60b92dd3c688567c4d91d181f8828c39c7b8 /emacs
parentb47fea6f9acd8e26e4764053ce57d6b00de9004a (diff)
Disable mood-line
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 2ad3e9a..d32bf36 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -885,6 +885,7 @@ With prefix argument TIME, also add the current time."
 ;; Worth switching to this one if it ever ends up on melpa:
 ;; https://github.com/lambda-emacs/lambda-line
 (use-package mood-line
+  :disabled t
   :ensure t
   :custom
   (mood-line-mode t))