mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
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:
parent
d87493e6bd
commit
03c1538b37
10
init.org
10
init.org
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user