From 5a811e25c0d3e9dcf841415e220cd940dae495cf Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Mon, 25 Jul 2022 09:39:05 +0530 Subject: [PATCH] Add Lisp as source block language --- init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/init.org b/init.org index eaa37cf..d2d74af 100644 --- a/init.org +++ b/init.org @@ -4396,6 +4396,7 @@ or with ASK, prompt the user for a language." (insert "\n" end-string) (goto-char point-inside-block) (insert indent)))))) +(add-to-list 'org-src-lang-modes '("lisp" . lisp-mode)) #+END_SRC #+BEGIN_SRC emacs-lisp