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,7 +530,7 @@
(slot . 0) (slot . 0)
(window-width . 0.33) (window-width . 0.33)
(window-parameters . ((no-delete-other-windows . t))))) (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 :after org-roam
@ -539,7 +539,7 @@
(org-roam-dailies-capture-templates (org-roam-dailies-capture-templates
'(("d" "default" entry '(("d" "default" entry
"* %?" "* %?"
:target (file+datetree "journal.org.gpg" week)))))) :target (file+datetree "journal.org.gpg" week)))))
(use-package org-agenda (use-package org-agenda
:after (org appt) :after (org appt)

View file

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