1
0
Fork 0

[oni-org-roam] Only display unique references in the org-roam buffer

This commit is contained in:
Tom Willemse 2023-03-30 22:26:41 -07:00
parent 9c8457132b
commit 9050edb896

View file

@ -116,6 +116,11 @@
(concat "${title:*} "
(propertize "${tags:10}" 'face 'org-tag)))
;; Only display unique references in the org-roam buffer.
(setq org-roam-mode-sections
(cons '(org-roam-backlinks-section :unique t)
(delete 'org-roam-backlinks-section org-roam-mode-sections)))
(org-roam-db-autosync-mode)
(provide 'oni-org-roam)