Fix setting org-roam capture templates

This commit is contained in:
Evie Litherland-Smith 2024-07-24 17:52:41 +01:00
parent af89858eae
commit c12f2a2c12
2 changed files with 10 additions and 10 deletions

View file

@ -530,16 +530,16 @@
(slot . 0)
(window-width . 0.33)
(window-parameters . ((no-delete-other-windows . t)))))
(org-roam-db-autosync-mode +1))
(org-roam-db-autosync-mode +1)))
(use-package org-roam-dailies
(use-package org-roam-dailies
:after org-roam
:custom
(org-roam-dailies-directory "./")
(org-roam-dailies-capture-templates
'(("d" "default" entry
"* %?"
:target (file+datetree "journal.org.gpg" week))))))
:target (file+datetree "journal.org.gpg" week)))))
(use-package org-agenda
:after (org appt)

View file

@ -212,7 +212,7 @@ envrc-file-mode
"if [ ! -f $VENV_DIR/bin/python3 ]; then" n
> "nix run nixpkgs#python3Full -- -m venv $VENV_DIR" n
"fi" n
"source .venv/bin/activate")
"source $VENV_DIR/bin/activate")
;; Local Variables:
;; mode: lisp-data