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: