aboutsummaryrefslogtreecommitdiff
path: root/tempel-snippets.el
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-07-04 23:13:08 -0400
committerDaniel <[email protected]>2024-07-04 23:13:08 -0400
commit54ef879a8bd173428276395af4d39e873d094435 (patch)
tree962ce0342cf02c023a9b554197e871c70659e1f3 /tempel-snippets.el
parent994b05cb33f470bf2c5a417b012627b0179f5c26 (diff)
template for khan academy units
Diffstat (limited to 'tempel-snippets.el')
-rw-r--r--tempel-snippets.el7
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)")")