diff options
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -330,6 +330,13 @@ Generate a random password between 20 and 40 characters org-roam-dailies-directory "journal/") (org-roam-db-autosync-enable) + + (setq org-roam-node-display-template (concat "${title:50} "(propertize "${tags:30}" 'face 'org-tag))) + + (setq org-roam-db-node-include-function + (lambda () + (not (or (member "journal" (org-get-tags)) + (member "memorize" (org-get-tags)))))) #+end_src *** Keybindings #+begin_src emacs-lisp |