diff options
| author | bard <[email protected]> | 2024-03-07 17:01:33 -0500 |
|---|---|---|
| committer | bard <[email protected]> | 2024-03-07 17:01:33 -0500 |
| commit | fb3e354408380d5ab81ef486b4174daa0d1f561f (patch) | |
| tree | fbf8f42a52a7ab8febcd62ea1cf3d3207da96bca /bard-emacs-modules | |
| parent | 3f05da3954150cb4eced5bfbfcdccbb6820f7889 (diff) | |
remove modeline stuff
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-emms.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-emms.el b/bard-emacs-modules/bard-emacs-emms.el index 198bef2..c1c4ff7 100644 --- a/bard-emacs-modules/bard-emacs-emms.el +++ b/bard-emacs-modules/bard-emacs-emms.el @@ -5,6 +5,7 @@ (require 'emms) (require 'emms-setup) (require 'emms-mpris) +(require 'emms-mode-line-icon) (emms-all) (emms-default-players) @@ -14,6 +15,12 @@ (setq emms-browser-covers 'emms-browser-cache-thumbnail) +(setq emms-volume-amixer-card 1) + +;; modeline +(emms-mode-line-disable) +(emms-playing-time-disable-display) + ;; Keymaps (define-key global-map (kbd "<f8>") #'emms) (define-key global-map (kbd "M-<f8>") #'emms-browser) |
