summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el1
-rwxr-xr-xemacs.org1
2 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 0433d4b..bdc5b16 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -771,6 +771,7 @@ you have the correctly set the OPENAI_API_KEY variable"
(add-to-list 'org-structure-template-alist '("b" . "src bash"))
(add-to-list 'org-structure-template-alist '("el" . "src emacs-lisp"))
(add-to-list 'org-structure-template-alist '("py" . "src python"))
+(add-to-list 'org-structure-template-alist '("li" . "src lisp"))
;;Auto tangle
(add-hook 'org-mode-hook 'org-auto-tangle-mode)
diff --git a/emacs.org b/emacs.org
index 1252891..6f2c693 100755
--- a/emacs.org
+++ b/emacs.org
@@ -884,6 +884,7 @@ Hook with ~dired-mode~
(add-to-list 'org-structure-template-alist '("b" . "src bash"))
(add-to-list 'org-structure-template-alist '("el" . "src emacs-lisp"))
(add-to-list 'org-structure-template-alist '("py" . "src python"))
+ (add-to-list 'org-structure-template-alist '("li" . "src lisp"))
;;Auto tangle
(add-hook 'org-mode-hook 'org-auto-tangle-mode)