[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Indent lisp files on save -- How?
From: |
Stefan Kangas |
Subject: |
Re: Indent lisp files on save -- How? |
Date: |
Tue, 22 Nov 2022 23:41:55 -0800 |
Matt Armstrong <matt@rfc20.org> writes:
> "T.V Raman" <raman@google.com> writes:
>
>> I'm somewhat surprized I've never setup the above for emacs-lisp or
>> Common-Lisp in all these years.
>
> For Emacs Lisp, I don't think there is a good "format on save"
> implementation.
FWIW, I use `aggressive-indent' (on GNU ELPA), but I do have to disable
it every now and then to avoid getting massive diffs all the time.
It unfortunately also doesn't always play very well with `nameless', but
that is a more general problem.