editors

Discussion about all editors used for Clojure/ClojureScript
esnunes 2016-01-10T22:16:36.000189Z

I'm using emacs with clojure-mode enabled, including for the file build.boot, I don't know why but emacs is using 1 space indent on (set-env! and (task-options!, however if I create a function (defn abc it uses 2 spaces (which is configured to). Do you have any idea what is going on?