mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Move some files around
This commit is contained in:
parent
de2dff9780
commit
f3dbdb47dd
1 changed files with 3 additions and 3 deletions
|
|
@ -180,12 +180,12 @@
|
|||
:template "* %^{Title}\n#+begin_src emacs-lisp\n %?\n#+end_src")
|
||||
("Journal" :keys "j" :children
|
||||
(("Decision Template"
|
||||
:file ,(my/org-file "entries/journal.gpg")
|
||||
:file ,(my/org-file "gpg/journal.gpg")
|
||||
:datetree t
|
||||
:keys "d"
|
||||
:template-file ,(my/org-file "templates/decide.org"))
|
||||
("Journal Entry" :keys "e"
|
||||
:file ,(my/org-file "entries/journal.gpg")
|
||||
:file ,(my/org-file "gpg/journal.gpg")
|
||||
:datetree t
|
||||
:template "* %<%R> %?")
|
||||
("New Journal System" :keys "j"
|
||||
|
|
@ -193,7 +193,7 @@
|
|||
:datetree t
|
||||
:template "* %U\n%?")
|
||||
("Programming Interview Prep Journal" :keys "p"
|
||||
:file ,(my/org-file "entries/journal.gpg")
|
||||
:file ,(my/org-file "gpg/journal.gpg")
|
||||
:datetree t
|
||||
:template "* ")))
|
||||
("Create checklist" :keys "c" :children
|
||||
|
|
|
|||
Loading…
Reference in a new issue