X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=9f6337b1a833181a79131cf9f97099ffeae473d7;hb=fa83d2d9d82241948c915e3715281d389be29f30;hp=45182c7005b7b55dac3a04f9023a1adbbe75dcd6;hpb=66888a5fab666cff1a72463acaf783a4de7e6352;p=dotfiles.git diff --git a/emacs.d/config.org b/emacs.d/config.org index 45182c7..9f6337b 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -1052,6 +1052,7 @@ Color higlight the source code block in exported html, [[http://stackoverflow.co (use-package htmlize :ensure t) #+END_SRC + ** Org structure template extend org-mode's easy templates, refer to [[http://coldnew.github.io/coldnew-emacs/#orgheadline94][Extend org-modes' esay templates]] #+BEGIN_SRC emacs-lisp :tangle yes :results silent @@ -1069,6 +1070,8 @@ extend org-mode's easy templates, refer to [[http://coldnew.github.io/coldnew-em '("f" "#+BEGIN_SRC fundamental :tangle ?\n\n#+END_SRC")) (add-to-list 'org-structure-template-alist '("C" "#+BEGIN_SRC c :tangle ?\n\n#+END_SRC")) + (add-to-list 'org-structure-template-alist + '("m" "\\begin{equation}\n?\n\\end{equation}")) #+END_SRC * Magit