diff options
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 1 |
1 files changed, 1 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) |