This commit is contained in:
Nathan Dwarshuis 2020-12-12 12:54:18 -05:00
parent abcf0b601a
commit f1ad9bc037
1 changed files with 1 additions and 1 deletions

View File

@ -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)) (-if-let (path (alist-get dev mounted nil nil #'equal))
(find-file path) (find-file path)
(message "Invalid device: %s" dev))) (message "Invalid device: %s" dev)))
(message "No devices to mount"))) (message "No mounted device")))
#+END_SRC #+END_SRC
*** filtering *** filtering
:PROPERTIES: :PROPERTIES: