diff options
author | jao <jao@gnu.org> | 2022-08-29 00:47:25 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-29 00:48:40 +0100 |
commit | 0cff3365a6b20b6d736a8f428a7a2899b1c6b9df (patch) | |
tree | d866d2be9e7d5e416ac2b65c2725692d6691245e /lib | |
parent | 14f7263329bf8be3b35578a2dea42e3456027e66 (diff) | |
download | elibs-0cff3365a6b20b6d736a8f428a7a2899b1c6b9df.tar.gz elibs-0cff3365a6b20b6d736a8f428a7a2899b1c6b9df.tar.bz2 |
nits
Diffstat (limited to 'lib')
-rw-r--r-- | lib/media/jao-spt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/media/jao-spt.el b/lib/media/jao-spt.el index 4484ead..649a393 100644 --- a/lib/media/jao-spt.el +++ b/lib/media/jao-spt.el @@ -27,7 +27,7 @@ (require 'jao-minibuffer) (require 'jao-notify) -(defvar jao-spt-bin (expand-file-name "~/bin/spt")) +(defvar jao-spt-bin "spt") (defvar jao-spt-format "'%s %t - %a [%r] %f'") (defvar jao-spt-device nil) |