diff options
author | bd <bdunahu@colostate.edu> | 2024-03-31 01:13:13 -0600 |
---|---|---|
committer | bd <bdunahu@colostate.edu> | 2024-03-31 01:13:13 -0600 |
commit | bafaf4a10d282fab68d3e1974f103f28f6f00560 (patch) | |
tree | 4f4a47b2e9cea2f14e853f9d991a55a2e194195e /.config/emacs/modules/bd--emms.el | |
parent | e2cf8ec17ea045955fd6970971468c90e6b038a0 (diff) |
Move autoremove/desktop configuration, other minor cleanup
Diffstat (limited to '.config/emacs/modules/bd--emms.el')
-rw-r--r-- | .config/emacs/modules/bd--emms.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/emacs/modules/bd--emms.el b/.config/emacs/modules/bd--emms.el index f3db35d..cd86d1f 100644 --- a/.config/emacs/modules/bd--emms.el +++ b/.config/emacs/modules/bd--emms.el @@ -35,9 +35,7 @@ playback." ;; misc (emms-mode-line-format "%s ") (emms-playlist-buffer-name "*Playlist*") - (require 'all-the-icons) - (emms-mode-line-icon-before-format (format "%s" (all-the-icons-fileicon "owl"))) - (emms-mode-line-icon-enabled-p t)) + (emms-mode-line-icon-enabled-p nil)) (add-to-list 'display-buffer-alist `(,emms-playlist-buffer-name |