diff options
author | Yuchen Pei <id@ypei.org> | 2025-06-29 17:16:44 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2025-06-29 17:16:44 +1000 |
commit | 76ecdb1bb0f7f7b670b8885428b91b93ba27e60e (patch) | |
tree | 0d751b732aa66caeda247646aa6bfab512f00fe9 /emacs/.emacs.d/init/ycp-emms.el | |
parent | f29dbe5b84140223e3e9e6ed79c7b67e58a20a5a (diff) |
[emacs] emms mark boundaries when soundtrack chosen
Diffstat (limited to 'emacs/.emacs.d/init/ycp-emms.el')
-rw-r--r-- | emacs/.emacs.d/init/ycp-emms.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-emms.el b/emacs/.emacs.d/init/ycp-emms.el index 2b52b17..0385a75 100644 --- a/emacs/.emacs.d/init/ycp-emms.el +++ b/emacs/.emacs.d/init/ycp-emms.el @@ -92,6 +92,7 @@ 'my-emms-output-current-track-to-i3bar-file) (add-hook 'emms-player-finished-hook 'my-emms-score-up-playing) (add-hook 'emms-player-started-hook 'my-emms-score-up-chosen-bonus) + (add-hook 'emms-player-started-hook 'my-emms-playlist-maybe-mark-bounds) (setq emms-player-next-function 'my-emms-next-track-or-random-group) (setq emms-players-preference-f 'my-emms-players-preference) (my-keybind dired-mode-map "e" #'my-dired-add-to-emms) |