Fork me on GitHub
#emacs
<
2017-08-17
>
hlolli21:08:14

How do I set clojure-define-indent so that this snippet

(do-at 1 (time-signature 1 4)
      (tempo (constantly 120) "Andante"))
becomes
(do-at 1 (time-signature 1 4)
           (tempo (constantly 120) "Andante"))
no matter how high vale I give it, it wont move more
(define-clojure-indent
	    (do-at '(4)))