Skip to content

Commit

Permalink
tweak(org-roam): show tags in vertico + autosync
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 10, 2023
1 parent 179ed3d commit 4033d75
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions modules/me-notes.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@

(use-package org-roam
:straight t
:hook (org-roam-mode . org-roam-db-autosync-mode)
:init
(+map! :infix "n"
"f" #'org-roam-node-find
"r" #'org-roam-ref-find
"i" #'org-roam-node-insert
"R" #'org-roam-node-random
"B" #'org-roam-buffer-display-dedicated))
"B" #'org-roam-buffer-display-dedicated)
:custom
(org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag)))
:config
(org-roam-db-autosync-mode 1))

(use-package org-roam-protocol
:after org-roam
Expand Down

0 comments on commit 4033d75

Please sign in to comment.