docs(haskell): fix docs for alternative formatter

Small fixup to use the proper form when setting an alternative
formatter using the `after!` macro
This commit is contained in:
Carlos D'Agostino 2022-01-04 15:43:12 +11:00 committed by Henrik Lissner
parent c9399c1a19
commit 23503cfb44

View file

@ -76,7 +76,7 @@ After installing your preferred formatter, make sure to set
Make sure to configure the lsp to use your perfered formatter, e.g.:
#+begin_src emacs-lisp
;; ~/.doom.d/config.el
(after!
(after! lsp-haskell
(setq lsp-haskell-formatting-provider "brittany"))
#+end_src