diff options
author | Thanos Apollo <[email protected]> | 2023-03-07 16:07:50 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-07 16:07:50 +0200 |
commit | 98520dab30300c3f54c74bf34793eb1372932f93 (patch) | |
tree | ae24cede8eaba4188a3d4070d349074afaf1f608 /.emacs.d | |
parent | 129e34d31e7e1a426f07b39333863b74acf6634a (diff) |
emacs: for org add lisp structure shortcut
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) |