diff options
author | noa | 2025-02-16 22:06:42 +0800 |
---|---|---|
committer | noa | 2025-02-16 22:06:42 +0800 |
commit | 89decef848b44497c51acee1111b495c78a99446 (patch) | |
tree | a91c60b92dd3c688567c4d91d181f8828c39c7b8 | |
parent | b47fea6f9acd8e26e4764053ce57d6b00de9004a (diff) |
Disable mood-line
-rw-r--r-- | emacs/init.el | 1 |
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)) |