aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services/mpd.scm
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-06-20 23:06:25 -0700
committerGravatar Tom Willemse2023-06-20 23:06:25 -0700
commit8e2f5eed4a253b313d7503790ecc6450e8dcfd15 (patch)
tree4096a92e64b444f98f3c65efce8a1fdf5709fb89 /oni/home/services/mpd.scm
parentb775263a344a12c1dadc820cb991e3f50086b209 (diff)
downloadnew-dotfiles-8e2f5eed4a253b313d7503790ecc6450e8dcfd15.tar.gz
new-dotfiles-8e2f5eed4a253b313d7503790ecc6450e8dcfd15.zip
Replace all ‘lambda’ occurrences with ‘λ’
Diffstat (limited to 'oni/home/services/mpd.scm')
-rw-r--r--oni/home/services/mpd.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/oni/home/services/mpd.scm b/oni/home/services/mpd.scm
index 682d988..b59cb41 100644
--- a/oni/home/services/mpd.scm
+++ b/oni/home/services/mpd.scm
@@ -52,7 +52,7 @@
(define (home-mpd-audio-output-list? value)
(and (list? value)
- (every (lambda (v) (is-a? v <home-mpd-audio-output>)) value)))
+ (every (λ (v) (is-a? v <home-mpd-audio-output>)) value)))
(define-maybe string)
(define-maybe home-mpd-audio-output-list)