From 8c8a175bfe767013186cdd92b13b3ad18d841f05 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Tue, 28 Jan 2025 19:51:55 +1100 Subject: [emacs] Make emms make proportional choice when selecting a random album Previously, it selects a random album from the list of albums, regardless of number of tracks in the album. Now it first goes to a random line in the playlist, then finds the first track in the same album. --- emacs/.emacs.d/lisp/my/my-package.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d/lisp/my/my-package.el') diff --git a/emacs/.emacs.d/lisp/my/my-package.el b/emacs/.emacs.d/lisp/my/my-package.el index 9eefa2e..ab3ad77 100644 --- a/emacs/.emacs.d/lisp/my/my-package.el +++ b/emacs/.emacs.d/lisp/my/my-package.el @@ -274,7 +274,7 @@ same name, cancel that one first." (add-hook hook function))) (defvar my-common-packages - '(package windmove consult icomplete isearch + '(package windmove consult corfu icomplete isearch paredit my-utils my-buffer my-editing my-complete) "Common packages to include with any profile") -- cgit v1.2.3