diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -710,7 +710,7 @@ | |||
710 | (org-roam-db-location (concat user-emacs-directory "/org-roam.db")) | 710 | (org-roam-db-location (concat user-emacs-directory "/org-roam.db")) |
711 | (org-roam-node-display-template (concat | 711 | (org-roam-node-display-template (concat |
712 | (propertize "${title:48} " 'face 'org-document-title) | 712 | (propertize "${title:48} " 'face 'org-document-title) |
713 | (propertize "${file:*}" 'face 'org-meta-line))) | 713 | (propertize "${file:*}" 'face 'org-roam-dim))) |
714 | (org-roam-capture-templates | 714 | (org-roam-capture-templates |
715 | '(("d" "default" plain "%?" | 715 | '(("d" "default" plain "%?" |
716 | :unnarrowed t | 716 | :unnarrowed t |