mirror of
https://github.com/org-roam/org-roam
synced 2025-09-16 15:56:48 -05:00
Revert to a simplified `org-roam-node-display-template`, because on non-vertical completion frameworks it looks and behaves strangely. To restore the original default behaviour, set `org-roam-node-display-template` in your Emacs configuration as such: (setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag)))