[emacs/org] have `C-c C-, L' insert an emacs-lisp src block
authorAmin Bandali <bandali@gnu.org>
Mon, 12 Nov 2018 03:49:16 +0000 (22:49 -0500)
committerAmin Bandali <bandali@gnu.org>
Mon, 12 Nov 2018 03:49:16 +0000 (22:49 -0500)
init.org

index 127926d..139e448 100644 (file)
--- a/init.org
+++ b/init.org
@@ -708,6 +708,7 @@ In short, my favourite way of life.
         org-edit-src-content-indentation 0
         org-email-link-description-format "Email %c: %s" ; %.30s
         org-log-done 'time)
+  (add-to-list 'org-structure-template-alist '("L" . "src emacs-lisp") t)
   :bind (:map org-mode-map ("M-L" . org-insert-last-stored-link))
   :hook ((org-mode . org-indent-mode)
          (org-mode . auto-fill-mode)