summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa2025-02-16 22:22:44 +0800
committernoa2025-02-16 22:22:44 +0800
commit304ba874bc2bf58a2fc24abec3d5cbd1f217a7ab (patch)
tree8e355852b2c6cfa8c130989e17d092640d45a73d
parent17a99e13fc5a0824d0fcd086cf34b88880831495 (diff)
Remove mood-line
-rw-r--r--emacs/init.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 29dd3e7..53eb0cf 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -888,15 +888,6 @@ With prefix argument TIME, also add the current time."
  (global-set-key (kbd "C-c e r") 'emms-toggle-repeat-playlist)
  (global-set-key (kbd "C-c e s") 'emms-toggle-random-playlist))
 
-;; 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
-  :disabled t
-  :ensure t
-  :custom
-  (mood-line-mode t))
-
 ;; Experiment with embark
 (use-package embark
   ;; :ensure t