From 98520dab30300c3f54c74bf34793eb1372932f93 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 7 Mar 2023 16:07:50 +0200 Subject: emacs: for org add lisp structure shortcut --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs.d') 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) -- cgit v1.2.3