Add Lisp as source block language

This commit is contained in:
contrapunctus 2022-07-25 09:39:05 +05:30
parent 8a24fef78c
commit 5a811e25c0
1 changed files with 1 additions and 0 deletions

View File

@ -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