aboutsummaryrefslogtreecommitdiff
path: root/tempel-snippets.el
diff options
context:
space:
mode:
authorbard <[email protected]>2024-05-08 06:24:06 -0400
committerbard <[email protected]>2024-05-08 06:24:06 -0400
commit590c1b82eae23792f3f7c41a0a69d65d6c3760b8 (patch)
tree98d9effcf80bb0c576ac8736ebfba11f1bee122b /tempel-snippets.el
parent2aa3cd00773de19f1477e0a11cc1a5c407d36e4c (diff)
emacs snippets
Diffstat (limited to 'tempel-snippets.el')
-rw-r--r--tempel-snippets.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/tempel-snippets.el b/tempel-snippets.el
index cde986b..0924921 100644
--- a/tempel-snippets.el
+++ b/tempel-snippets.el
@@ -4,3 +4,9 @@ fundamental-mode ;; Available everywhere
(NOW (format-time-string "<%Y-%0m-%0d %a %H:%0M>"))
(yesterday (format-time-string "<%Y-%0m-%0d %a>" (time-subtract nil (* 24 60 60))))
(tomorrow (format-time-string "<%Y-%0m-%0d %a>" (time-add nil (* 24 60 60))))
+
+emacs-lisp-mode
+
+(up "(use-package "p n> (s configuration)")")
+
+(key "(define-key " p " (kbd \""p "\") #'"p")")