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