From 28dae3bfeb6a7d6ba751adc31a6fb540935cb072 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Tue, 7 Jan 2025 22:05:29 +0100 Subject: [PATCH] add(org-roam): don't limit tags to 10 chars --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 7600947..fd17ab9 100644 --- a/config.org +++ b/config.org @@ -957,7 +957,7 @@ Preserve indentation in SRC blocks (org-roam-completion-everywhere t) :config (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) ;; Add todo lists to org-agenda (custom-set-variables '(org-agenda-files (directory-files-recursively org-roam-directory "todo\\.org$")))