diff options
author | Yuchen Pei <id@ypei.org> | 2025-06-29 23:08:05 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2025-06-29 23:08:05 +1000 |
commit | 94f0f9d016546a1cf674c6dcf78ebfb2b0f9b56f (patch) | |
tree | af38a0f2023c9d6fe520218337e76619667d9b92 /emacs/.emacs.d/lisp/my/my-emms.el | |
parent | a8da76bd3bdb2043221404f64a70b91c2ece1f3f (diff) |
- count words
- skim forward and backward
- go to a random position
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'. |