mirror of
https://github.com/org-roam/org-roam
synced 2025-08-03 12:27:23 -05:00
make tag completions unique
This commit is contained in:
@ -802,7 +802,7 @@ window instead."
|
||||
(`(,tag . ,_)
|
||||
(list tag))
|
||||
(_ nil)))))
|
||||
(append roam-tags org-tags)))
|
||||
(seq-uniq (append roam-tags org-tags))))
|
||||
|
||||
(defun org-roam-tag-add (tag)
|
||||
"Add a tag to the node at point."
|
||||
|
Reference in New Issue
Block a user