fix(emacs): remove tag character constraints in org node searching
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
a44d670dc9
commit
fa54531658
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue