diff --git a/global.org b/global.org index 5c1b4bc..9ab417b 100644 --- a/global.org +++ b/global.org @@ -1897,7 +1897,8 @@ (dolist (structure-template '(("el" . "src emacs-lisp") ("sh" . "src sh") ("ss" . "src scheme") - ("py" . "src python"))) + ("py" . "src python") + ("χ" . "src LaTeX"))) (add-to-list 'org-structure-template-alist structure-template)) (require 'org-tempo)