aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 16dde2f..408cab0 100644
--- a/init.el
+++ b/init.el
@@ -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