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.org | |
parent | 129e34d31e7e1a426f07b39333863b74acf6634a (diff) |
emacs: for org add lisp structure shortcut
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |