summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-10-14 03:53:22 +0100
committerjao <jao@gnu.org>2022-10-14 03:53:22 +0100
commitb2955885cca4b4f91bca63fd2175929f1c684077 (patch)
tree8e8f94d3d43defda3fd17fab33b4cd39c36ef48a /init.el
parente52e42bca291f947980ea1938185bd3cd8d85d07 (diff)
downloadelibs-b2955885cca4b4f91bca63fd2175929f1c684077.tar.gz
elibs-b2955885cca4b4f91bca63fd2175929f1c684077.tar.bz2
jao-random-album-p -> -active (and don't trigger it at startup)
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 4ccf870..83c66b4 100644
--- a/init.el
+++ b/init.el
@@ -2941,7 +2941,7 @@
("c" "reconnect to mpd" jao-player-connect)
("N" "next random album" jao-random-album-next)
("r" (lambda ()
- (concat (if jao-random-album-p "dis" "en") "able random album"))
+ (concat (if jao-random-album-active "dis" "en") "able random album"))
jao-random-album-toggle)
("P" (lambda () (concat "Toggle to " (if (jao-mpc-mopidy-p) "mpd" "mopidy")))
jao-mpc-toggle-port)]])