update title to not truncate

This commit is contained in:
Jethro Kuan
2021-04-25 09:28:14 +08:00
parent aa755a8c77
commit 38b5375354

View File

@@ -500,7 +500,7 @@ nodes."
node))
(defcustom org-roam-node-display-template
"${title:48} ${tags:10}"
"${title:*} ${tags:10}"
"Configures display formatting for Org-roam node."
:group 'org-roam
:type 'string)