Add shortcut for LaTeX src blocks

master
Jacopo De Simoi 1 year ago
parent de9f64152a
commit abd0507bee
  1. 3
      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)

Loading…
Cancel
Save