tweaks to org and templates

This commit is contained in:
Chris Cochrun 2023-09-13 09:51:04 -05:00
parent 44df17f8f4
commit b01754f142
3 changed files with 15 additions and 3 deletions

View file

@ -80,6 +80,7 @@ org-mode
(center "#+begin_center" n> r> n> "#+end_center")
(comment "#+begin_comment" n> r> n> "#+end_comment")
(verse "#+begin_verse" n> r> n> "#+end_verse")
(notes "#+begin_notes" n> r> n> "#+end_notes")
(src "#+begin_src " p n> r> n> "#+end_src")
(elisp "#+begin_src emacs-lisp" n> r> n "#+end_src"
:post (progn (tempel-done) (org-edit-src-code)))