From fa5453165803e6e9bd322fdf4e5d74b2ab526785 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Tue, 27 Feb 2024 22:58:08 -0500 Subject: [PATCH] fix(emacs): remove tag character constraints in org node searching Signed-off-by: Lucas Sta Maria --- .emacs.d/include/orgconfig.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/include/orgconfig.el b/.emacs.d/include/orgconfig.el index f6de646..e54eba9 100644 --- a/.emacs.d/include/orgconfig.el +++ b/.emacs.d/include/orgconfig.el @@ -23,7 +23,7 @@ (setq org-roam-node-display-template (concat "${title} " "(${id:8}) " - (propertize "[${tags:10}]" 'face 'org-tag))) + (propertize "[${tags}]" 'face 'org-tag))) (org-roam-db-autosync-mode) ;; Enable Racket in Org-mode Babel