From f1ad9bc037b4d6560d6db3781daf518697fe1268 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sat, 12 Dec 2020 12:54:18 -0500 Subject: [PATCH] FIX typo --- etc/conf.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/conf.org b/etc/conf.org index d195f51..8381466 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -3488,7 +3488,7 @@ I handle device mounting using rofi and a custom mounting script (elsewhere in m (-if-let (path (alist-get dev mounted nil nil #'equal)) (find-file path) (message "Invalid device: %s" dev))) - (message "No devices to mount"))) + (message "No mounted device"))) #+END_SRC *** filtering :PROPERTIES: