From 4f59901dcf618abb717f5f45b02802dbf922b659 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Tue, 15 Nov 2016 20:09:28 +0800 Subject: [PATCH] emacs - org template plantuml --- emacs.d/config.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs.d/config.org b/emacs.d/config.org index 9bfe934..a027b14 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -1139,6 +1139,8 @@ extend org-mode's easy templates, refer to [[http://coldnew.github.io/coldnew-em ,#+OPTIONS: toc:nil\n")) (add-to-list 'org-structure-template-alist '("d" "#+BEGIN_SRC ditaa :file ? :cmdline -r -s 0.8 :cache yes \n\n#+END_SRC")) + (add-to-list 'org-structure-template-alist + '("u" "#+BEGIN_SRC plantuml :file ? \n\n#+END_SRC")) #+END_SRC -- 2.11.0