aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardofSprites <bard>2025-10-04 15:14:32 -0400
committerBardofSprites <bard>2025-10-04 15:14:32 -0400
commite9d775c85b9d1b929507976143ec37be91e39739 (patch)
tree16650e00c3e3786b2c3217ff4488707199bb9618
parent9968db53b9bba9ef1b3145f41006b592cb50c252 (diff)
remove tempel
-rw-r--r--tempel-snippets.el45
1 files changed, 0 insertions, 45 deletions
diff --git a/tempel-snippets.el b/tempel-snippets.el
deleted file mode 100644
index cdcd0dd..0000000
--- a/tempel-snippets.el
+++ /dev/null
@@ -1,45 +0,0 @@
-fundamental-mode ;; Available everywhere
-
-(today (format-time-string "%Y-%m-%d"))
-(NOW (format-time-string "%Y-%0m-%0d %a %H:%0M"))
-(hugo-time (format-time-string "%Y-%m-%dT%H:%M:%S%z"))
-(time (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))))
-(mode "-*- mode: " (s mode) " -*-")
-
-c++-mode
-(log "std::cout << \"" p "\" << std::endl;")
-
-org-mode
-
-(title "#+title: "p n "#+date: "(format-time-string "[%Y-%0m-%0d %a %H:%0M]") n)
-(begin "\\begin{" (s env) "}" n> r> n> "\\end{" (s env) "}")
-(eq "\\begin{equation}" n> r> n> "\\end{equation}")
-(begin "\\begin{" (s env) "}" r> n> "\\end{" (s env) "}")
-(eg "(e.g. " p ")")
-(fr "\\frac{" p "}{" p "}" q)
-(NOW (format-time-string "<%Y-%0m-%0d %a %H:%0M>"))
-(time (format-time-string "\[%Y-%0m-%0d %a %H:%0M\]"))
-(hat1 "$\\hat{\\texbg{"p q"}}$")
-(hat2 "\\hat{\\texbg{"p q"}}")
-(цитат "«"q"»")
-
-(dblock-link "#+BEGIN: denote-links :regexp \"" q "\"" n n "#+END:")
-
-emacs-lisp-mode
-
-(up "(use-package "p n> ":ensure t" n> q")")
-
-(key "(define-key " p " (kbd \""p "\") #'"q")")
-
-(hook "(add-hook '"(s hook-name) " #'" (s function-to-add) ")")
-
-sh-mode
-(! & "#!/usr/bin/bash" n q)
-
-perl-mode
-(! & "#!/usr/bin/perl" n "use strict;" n "use warnings;" n n q)
-
-conf-space-mode
-(func "DestroyFunc " p n "AddToFunc " p n q)