Neatly indenting match is not in the cards

I'm having trouble with this setting. Instead of fixing it, just toss it, and
fix it the next time it's bothersome.
This commit is contained in:
larstvei 2022-10-09 00:57:42 +02:00
parent d87493e6bd
commit 03c1538b37

View File

@ -974,16 +974,6 @@
lisp-loop-keyword-indentation 6) lisp-loop-keyword-indentation 6)
#+END_SRC #+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 ** Python
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp