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