diff options
Diffstat (limited to '.config/emacs/modules/bd--modeline.el')
-rw-r--r-- | .config/emacs/modules/bd--modeline.el | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/emacs/modules/bd--modeline.el b/.config/emacs/modules/bd--modeline.el index 986ca23..249e55b 100644 --- a/.config/emacs/modules/bd--modeline.el +++ b/.config/emacs/modules/bd--modeline.el @@ -78,18 +78,9 @@ "Formats the checked out git repository.") -;;;; emms -(defvar-local bd/emms-mode-line - '(:eval (when (and (mode-line-window-selected-p) emms-mode-line-string) - (format "%s %s" emms-mode-line-string - emms-playing-time-string))) - "Formats the currently playing emms track.") - - (dolist (construct '(bd/time-mode-line bd/buffer-identification-mode-line bd/vc-mode-line - bd/emms-mode-line bd/line-position)) (put construct 'risky-local-variable t)) @@ -106,7 +97,6 @@ mode-line-modified bd/vc-mode-line " " - bd/emms-mode-line (mode-line-fill 35) bd/line-position " " |