mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Tweak Clojure
This commit is contained in:
parent
f7bdce020a
commit
fd4c872d7d
10
init.org
10
init.org
@ -933,6 +933,16 @@
|
|||||||
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