diff options
Diffstat (limited to 'emacs/init.el')
-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)) |