Slightly increase allowed size for tags in org-roam capture node buffer

This commit is contained in:
Evie Litherland-Smith 2024-02-15 13:22:15 +00:00
parent ce2703c925
commit 0c51683cf7

View file

@ -72,7 +72,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
:custom
(org-roam-directory (expand-file-name "roam" org-directory))
(org-roam-node-display-template (concat "${title:*} "
(propertize "${tags:10}" 'face 'org-tag)))
(propertize "${tags:24}" 'face 'org-tag)))
:config
(mkdir org-roam-directory t)
(add-to-list 'display-buffer-alist