Fork me on GitHub
#emacs
<
2016-07-12
>
radon21:07:32

Does anyone know how to make emacs indent properly when using a keyword as a function? What I’ve got currently is:

(some-function
  arg
  args)

(:some-function
 arg
 args2)
This comes up frequently with reader conditionals.

malabarba21:07:39

That's what I'd call proper. :-)