mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Adding a puppet capture template
This commit is contained in:
parent
825ece2101
commit
ee69ca8181
1 changed files with 4 additions and 1 deletions
|
|
@ -250,7 +250,10 @@
|
||||||
:function my/org-find-journal
|
:function my/org-find-journal
|
||||||
:datetree t
|
:datetree t
|
||||||
:template "* %U\n%?")
|
:template "* %U\n%?")
|
||||||
("Programming Interview Prep Journal" :keys "p"
|
("Puppet" :keys "p"
|
||||||
|
:file ,(my/org-file "puppet.gpg")
|
||||||
|
:template "* %T \n%?")
|
||||||
|
("Programming Interview Prep Journal" :keys "P"
|
||||||
:file ,(my/org-file "journal.gpg")
|
:file ,(my/org-file "journal.gpg")
|
||||||
:datetree t
|
:datetree t
|
||||||
:template "* ")))
|
:template "* ")))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue