Use lisp-indent formatter in emacs-lisp-mode (#223)

What it says in the subject :)

Apheleia is opinionated about using a formatter, and which to use as a
default, in every other mode it supports, so it seems it should have an
opinion about emacs-lisp-mode, too?

---------

Co-authored-by: Radon Rosborough <radon@intuitiveexplanations.com>
This commit is contained in:
Ed Slocomb 2023-10-21 11:41:15 -07:00 committed by GitHub
parent 8cccf12df2
commit f4157e8c39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -28,6 +28,7 @@ The format is based on [Keep a Changelog].
* More tree-sitter based major modes have been added to
`apheleia-mode-alist` ([#191]).
* Autoload the apheleia-goto-error command ([#215]).
* Use `lisp-indent` as default formatter for `emacs-lisp-mode` ([#223])
### Internal Changes
* Refactored the organisation of the apheleia package for ease of
@ -89,6 +90,7 @@ The format is based on [Keep a Changelog].
[#213]: https://github.com/radian-software/apheleia/pull/213
[#214]: https://github.com/radian-software/apheleia/pull/214
[#215]: https://github.com/radian-software/apheleia/pull/215
[#223]: https://github.com/radian-software/apheleia/pull/223
## 3.2 (released 2023-02-25)
### Features

View file

@ -231,6 +231,7 @@ rather than using this system."
(elixir-mode . mix-format)
(elixir-ts-mode . mix-format)
(elm-mode . elm-format)
(emacs-lisp-mode . lisp-indent)
(fish-mode . fish-indent)
(go-mode . gofmt)
(go-ts-mode . gofmt)