Removed org roam display template customization

This commit is contained in:
Random936 2024-03-11 08:45:32 -07:00
parent 736bb1fb71
commit e500980df3

View File

@ -280,8 +280,6 @@ Below is the main config for org-roam.
(unless (file-directory-p jm/org-roam-templates-directory)
(make-directory jm/org-roam-templates-directory))
(setq org-roam-node-display-template
(concat "${title:*} " (propertize "${file:*}" 'face 'org-tag)))
(org-roam-db-autosync-mode))
#+end_src