diff options
Diffstat (limited to 'emacs/.emacs.d/lisp/my/my-emms.el')
-rw-r--r-- | emacs/.emacs.d/lisp/my/my-emms.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/lisp/my/my-emms.el b/emacs/.emacs.d/lisp/my/my-emms.el index c2200c0..e8be5ee 100644 --- a/emacs/.emacs.d/lisp/my/my-emms.el +++ b/emacs/.emacs.d/lisp/my/my-emms.el @@ -531,6 +531,8 @@ Override `emms-mode-line-playlist-current' to incorporate wide chars." (my-emms-playlist-mark-bounds group-end) (emms-playlist-mode-play-current-track))))) +;;; TODO: mark bounds if and only if the currently played is out of +;;; the existing overlay. (defun my-emms-playlist-maybe-mark-bounds () "Used as an `emms-player-started-hook'. |