tweaks to org and templates
This commit is contained in:
parent
44df17f8f4
commit
b01754f142
3 changed files with 15 additions and 3 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue