I have a macro, let's say `look-like-case`. When trying to indent with
Emacs, the result is:
```
(look-like-case a
                b
                c)
```
which is not what I want. How can I make Emacs to indent it like this:
```
(look-like-case a
  b
  c)
```
I tried to read some emacs lisp but... I can't get it.
Btw, how to share that hack along with the library?

Attachment: signature.asc
Description: PGP signature



Reply via email to