mirror of
https://github.com/org-roam/org-roam
synced 2025-09-26 16:40:56 -05:00
(fix): move from alist to hash for find-ref (#640)
This commit is contained in:
@@ -736,7 +736,8 @@ included as a candidate."
|
||||
(ref (org-roam-completion--completing-read "Ref: "
|
||||
completions
|
||||
:require-match t))
|
||||
(file (cdr (assoc ref completions))))
|
||||
(file (-> (gethash ref completions)
|
||||
(plist-get :path))))
|
||||
(find-file file)))
|
||||
|
||||
(defun org-roam--get-roam-buffers ()
|
||||
|
Reference in New Issue
Block a user