Remove org-roam note encryption
This commit is contained in:
parent
54212557e3
commit
13ff6229cb
1 changed files with 11 additions and 12 deletions
|
@ -64,19 +64,18 @@
|
|||
(setq +org-roam-open-buffer-on-find-file nil)
|
||||
(setq org-roam-link-auto-replace t)
|
||||
(setq-default epa-file-encrypt-to "tristandruyen@vault81.de")
|
||||
(setq org-roam-capture-templates '(("d" "default" plain "%?"
|
||||
:target
|
||||
(file+head "%<%Y%m%d%H%M%S>-${slug}.org.gpg"
|
||||
"#+title: ${title}\n")
|
||||
|
||||
:unnarrowed t)))
|
||||
|
||||
(setq org-roam-dailies-capture-templates '(("d" "default" entry "* %?"
|
||||
:target
|
||||
(file+head "%<%Y-%m-%d>.org.gpg"
|
||||
"#+title: %<%Y-%m-%d>\n")
|
||||
:unnarrowed t)))
|
||||
;; (setq org-roam-capture-templates '(("d" "default" plain "%?"
|
||||
;; :target
|
||||
;; (file+head "%<%Y%m%d%H%M%S>-${slug}.org.gpg"
|
||||
;; "#+title: ${title}\n")
|
||||
;; :unnarrowed t)))
|
||||
|
||||
;; (setq org-roam-dailies-capture-templates '(("d" "default" entry "* %?"
|
||||
;; :target
|
||||
;; (file+head "%<%Y-%m-%d>.org.gpg"
|
||||
;; "#+title: %<%Y-%m-%d>\n")
|
||||
;; :unnarrowed t)))
|
||||
;;
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue