diff options
Diffstat (limited to 'tempel-snippets.el')
| -rw-r--r-- | tempel-snippets.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tempel-snippets.el b/tempel-snippets.el index 1ad48fc..a4f6a30 100644 --- a/tempel-snippets.el +++ b/tempel-snippets.el @@ -6,6 +6,13 @@ fundamental-mode ;; Available everywhere (tomorrow (format-time-string "<%Y-%0m-%0d %a>" (time-add nil (* 24 60 60)))) (mode "-*- mode: " (s mode) " -*-") +org-mode + +(title "#+title: "p n "#+date: "(format-time-string "[%Y-%0m-%0d %a %H:%0M]") n) +(subunit "*** " (s title) " [/]" n "**** TODO lesson" p n "**** TODO worked example" p n "**** TODO quick example" p n "**** TODO practice" p) + +(eg "(e.g. " p ")") + emacs-lisp-mode (up "(use-package "p n> ":ensure t" n> (s configuration)")") |
