diff options
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | apheleia.el | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e3addcf..fca7720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,8 @@ The format is based on [Keep a Changelog]. ([#101]). * [stylua](https://github.com/JohnnyMorganz/StyLua) for Lua ([#105]). * Native Emacs indentation of Emacs Lisp code as a formatter ([#102]). + This is not enabled by default but you can enable it by adding + `(emacs-lisp-mode . lisp-indent)` to `apheleia-mode-alist` ### Bugfixes * Prettier supports SCSS instead of SASS. The original support for diff --git a/apheleia.el b/apheleia.el index 09cafa9..43b97c6 100644 --- a/apheleia.el +++ b/apheleia.el @@ -1111,7 +1111,6 @@ function: %s" command))) (common-lisp-mode . lisp-indent) (css-mode . prettier-css) (dart-mode . dart-format) - (emacs-lisp-mode . lisp-indent) (elixir-mode . mix-format) (elm-mode . elm-format) (fish-mode . fish-indent) |
