From 94f0f9d016546a1cf674c6dcf78ebfb2b0f9b56f Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sun, 29 Jun 2025 23:08:05 +1000 Subject: [emacs] Enhance nov - count words - skim forward and backward - go to a random position --- emacs/.emacs.d/lisp/my/my-emms.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs/.emacs.d/lisp/my/my-emms.el') 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'. -- cgit v1.2.3