diff --git a/.emacs.d/org.org b/.emacs.d/org.org index 291ebad..06a8d00 100644 --- a/.emacs.d/org.org +++ b/.emacs.d/org.org @@ -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