diff options
author | Thanos Apollo <[email protected]> | 2024-11-06 06:08:34 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-11-06 06:08:34 +0200 |
commit | 42568cb63c88315be6e5b49f680e05aa2ab0319d (patch) | |
tree | df95f357408220e3bd1a0229b6e97775aec03a3b /.config | |
parent | 6de7a247e8dfe6e3f2c652fb198ab0db5fb4b710 (diff) |
emacs: org-roam: Update display-template & journal template.
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index c13858b..48a38e6 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -353,7 +353,7 @@ (org-roam-db-autosync-enable) (setf org-roam-node-display-template - (concat "${title:50} "(propertize "${tags:30}" 'face 'org-tag))) + (concat "${title:50} "(propertize "${tags:50}" 'face 'org-tag))) (setf org-roam-db-node-include-function (lambda () @@ -379,7 +379,7 @@ "* %?" :target (file+head "%<%Y-%m-%d>.org" "#+title: %<%Y-%m-%d>\n#+filetags: :journal:dailies:\n -* Daily Notes\n\n* Goals\n+ []\n\n* Extras")))) +* Daily Notes\n\n* Goals\n+ [] Πρωινὴ Προσευχή\n+ [] Ἑσπερινή Προσευχή\n\n* Extras")))) (defun org-roam-ref-add-book () "Insert org-link from Library." |