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