Re: reader conditional indentation (clojure-mode)

2015-04-16 Thread Sam Ritchie
Just bump your clojure version in project.clj and cider will work just fine. Dylan Butman April 16, 2015 at 9:18 AM Also, what would be necessary to get repl (cider, etc) working with cljc? On Thursday, April 16, 2015 at 10:41:28 AM UTC-4, Dylan Butman wrote: -- You r

Re: reader conditional indentation (clojure-mode)

2015-04-16 Thread Dylan Butman
Also, what would be necessary to get repl (cider, etc) working with cljc? On Thursday, April 16, 2015 at 10:41:28 AM UTC-4, Dylan Butman wrote: > > Does anyone know the required clojure-mode indentation configuration to > achieve indentation aligned with > http://dev.clojure.org/display/design/

reader conditional indentation (clojure-mode)

2015-04-16 Thread Dylan Butman
Does anyone know the required clojure-mode indentation configuration to achieve indentation aligned with http://dev.clojure.org/display/design/Reader+Conditionals ? Specifically, I'd like the next line following either #?(... or #?@(... to be indented at the same level as the #. -- You recei