add(org-roam): don't limit tags to 10 chars

This commit is contained in:
Laurens Miers 2025-01-07 22:05:29 +01:00
parent cea6f3f2c0
commit 28dae3bfeb

View file

@ -957,7 +957,7 @@ Preserve indentation in SRC blocks
(org-roam-completion-everywhere t) (org-roam-completion-everywhere t)
:config :config
(org-roam-setup) (org-roam-setup)
(setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag))) (setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags}" 'face 'org-tag)))
(org-roam-db-autosync-mode) (org-roam-db-autosync-mode)
;; Add todo lists to org-agenda ;; Add todo lists to org-agenda
(custom-set-variables '(org-agenda-files (directory-files-recursively org-roam-directory "todo\\.org$"))) (custom-set-variables '(org-agenda-files (directory-files-recursively org-roam-directory "todo\\.org$")))