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