From 03c1538b37dbe65b423bceef51f717c179920913 Mon Sep 17 00:00:00 2001 From: larstvei Date: Sun, 9 Oct 2022 00:57:42 +0200 Subject: [PATCH] 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. --- init.org | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/init.org b/init.org index 56ee894..5c4afbe 100644 --- a/init.org +++ b/init.org @@ -974,16 +974,6 @@ 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