aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-25 00:52:28 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-05-25 00:52:28 -0400
commit81b3bc6cf2bea8b42ed10a308f2a88e4119ae5ff (patch)
treeb1f365c01083f3f8b6eb3c5daa01872dd8c0dca9 /init.el
parentDim the color of `hl-line` (diff)
downloadmmosmacs-81b3bc6cf2bea8b42ed10a308f2a88e4119ae5ff.tar.gz
mmosmacs-81b3bc6cf2bea8b42ed10a308f2a88e4119ae5ff.tar.bz2
mmosmacs-81b3bc6cf2bea8b42ed10a308f2a88e4119ae5ff.zip
Fix `org-roam-node-display-tempalte`
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.el b/init.el
index 8451190..16dde2f 100644
--- a/init.el
+++ b/init.el
@@ -709,8 +709,8 @@
709 (make-directory org-roam-directory 'parents) 709 (make-directory org-roam-directory 'parents)
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 "${file:*}" 'face 'org-meta-line) 712 (propertize "${title:48} " 'face 'org-document-title)
713 (propertize "${title:*}" 'face 'org-document-title))) 713 (propertize "${file:*}" 'face 'org-meta-line)))
714 (org-roam-capture-templates 714 (org-roam-capture-templates
715 '(("d" "default" plain "%?" 715 '(("d" "default" plain "%?"
716 :unnarrowed t 716 :unnarrowed t