FIX typo
This commit is contained in:
parent
abcf0b601a
commit
f1ad9bc037
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue