Closed
Description
This is more of a feature request than a bug and it is useful because re-frame
has this very nice trick for debugging but it needs to wrap sexp with trace-forms
.
Expected behavior
(trace-forms ...
(rf/register-handler :reset-db app-mw
...)
...many other handlers...
)
Actual behavior
(trace-forms ...
(rf/register-handler :reset-db app-mw
...)
...many other handlers...
)
clojure-mode version information
*Include here the version string displayed by `M-x
clojure-mode (version 5.3.0)
I was playing with clojure-mode and added a :never-align
option inside this cond
clojure--normal-indent
. The only thing I think is that I need to add something else so that clojure-indent-function
does not pass :always-align
by default.
Before keeping working on this I wanted to ask if it is something worth working on 😄
Metadata
Metadata
Assignees
Labels
No labels