Fix setting org-roam capture templates
This commit is contained in:
parent
af89858eae
commit
c12f2a2c12
4
init.el
4
init.el
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue