docs(format): fix name of doom-package

This commit is contained in:
John Goff 2023-11-16 17:18:47 -05:00
parent 9b718f8a5a
commit 85d20f71ca

View file

@ -117,7 +117,7 @@ formatted on save, but can still be formatted by manually invoking the commands
** Disabling the LSP formatter
If you are in a buffer with ~lsp-mode~ enabled and a server that supports
=textDocument/formatting=, it will be used instead of [[doom-package:format-all]]'s formatter.
=textDocument/formatting=, it will be used instead of [[doom-package:apheleia]]'s formatter.
+ To disable this behavior universally use: ~(setq +format-with-lsp nil)~
+ To disable this behavior in one mode: ~(setq-hook! 'python-mode-hook