Skip to content

Commit

Permalink
tweak(org-roam): bigger space for tags in completion
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 11, 2023
1 parent 21548b7 commit 7a68af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-notes.el
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"R" #'org-roam-node-random
"B" #'org-roam-buffer-display-dedicated)
:custom
(org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag)))
(org-roam-node-display-template (concat "${title:*} " (propertize "${tags:20}" 'face 'org-tag)))
:config
(org-roam-db-autosync-mode 1))

Expand Down

0 comments on commit 7a68af9

Please sign in to comment.