Fork me on GitHub
#emacs
<
2016-12-31
>
lvh20:12:11

Hi! I used the indent spec as per: https://github.com/clojure-emacs/cider/blob/c698df1c905127f190efee3403822b2b09a811c3/doc/indent_spec.md on clojure.spec/fdef like so:

(alter-meta! #'clojure.spec/fdef assoc :style/indent :defn)
.. but it doesn’t appear to be doing anything. I was expecting it to indent like defn, i.e.
(s/fdef name
  …
but instead the is alonged with name.