diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-25 00:54:17 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-25 00:54:17 -0400 |
commit | 7a965423517cd7ae45106fb2e70394a7508ae0f4 (patch) | |
tree | 26f4a84c5a180f1bdddcd1f0ce2683b621f4c15f /init.el | |
parent | Fix `org-roam-node-display-tempalte` (diff) | |
download | mmosmacs-7a965423517cd7ae45106fb2e70394a7508ae0f4.tar.gz mmosmacs-7a965423517cd7ae45106fb2e70394a7508ae0f4.tar.bz2 mmosmacs-7a965423517cd7ae45106fb2e70394a7508ae0f4.zip |
Fix `org-roam-node-display-template` again
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 |