mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
fix some byte-compile errors
This commit is contained in:
@ -1018,7 +1018,7 @@ in the file."
|
||||
(message "No matches."))
|
||||
((= 1 (length matches))
|
||||
(car matches))
|
||||
(_
|
||||
(t
|
||||
;; TODO: need to fix UX somehow
|
||||
(let ((choice (completing-read "Choose node:" matches nil t)))
|
||||
(cdr (assoc choice matches #'string-equal))))))))))
|
||||
|
Reference in New Issue
Block a user