Tweak Clojure

This commit is contained in:
Lars Tveito 2020-12-23 00:22:18 +01:00
parent f7bdce020a
commit fd4c872d7d

View File

@ -933,6 +933,16 @@
lisp-loop-keyword-indentation 6)
#+END_SRC
*** Clojure
Indent neatly when using pattern matching in Clojure.
#+begin_src emacs-lisp
(with-eval-after-load 'clojure-mode
(define-clojure-indent
(match 1)))
#+end_src
** Python
#+BEGIN_SRC emacs-lisp