make tag completions unique

This commit is contained in:
Jethro Kuan
2021-04-27 19:18:42 +08:00
parent eb9a9e487c
commit 2dc5d6281a

View File

@ -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."