1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-29 19:47:45 +00:00

docs: emacs integration

This commit is contained in:
Kevin Amado 2022-06-27 12:26:41 -06:00
parent 712ab6a383
commit 9ad7ee4794
2 changed files with 8 additions and 0 deletions

View file

@ -96,6 +96,7 @@
- [Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=kamadorueda.alejandra)
- [Neovim](./integrations/neovim/README.md)
- [GNU Emacs](./integrations/gnu-emacs/README.md)
- [Doom-Emacs](./integrations/doom-emacs/README.md)
- [Pre-commit](./integrations/pre-commit/README.md)
- [pre-commit-hooks.nix](./integrations/pre-commit-hooks-nix/README.md)

View file

@ -0,0 +1,7 @@
# Emacs integration
In order to use Alejandra with
[Emacs](https://www.gnu.org/software/emacs/)
please use any of the following plugins:
- [format-all for Emacs](https://github.com/lassik/emacs-format-all-the-code)