summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-03-07 16:07:50 +0200
committerThanos Apollo <[email protected]>2023-03-07 16:07:50 +0200
commit98520dab30300c3f54c74bf34793eb1372932f93 (patch)
treeae24cede8eaba4188a3d4070d349074afaf1f608 /emacs.org
parent129e34d31e7e1a426f07b39333863b74acf6634a (diff)
emacs: for org add lisp structure shortcut
Diffstat (limited to 'emacs.org')
-rwxr-xr-xemacs.org1
1 files changed, 1 insertions, 0 deletions
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)