[oni-org-roam] Only display unique references in the org-roam buffer
This commit is contained in:
parent
9c8457132b
commit
9050edb896
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue