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:
parent
c9399c1a19
commit
23503cfb44
1 changed files with 1 additions and 1 deletions
|
@ -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.:
|
Make sure to configure the lsp to use your perfered formatter, e.g.:
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
;; ~/.doom.d/config.el
|
;; ~/.doom.d/config.el
|
||||||
(after!
|
(after! lsp-haskell
|
||||||
(setq lsp-haskell-formatting-provider "brittany"))
|
(setq lsp-haskell-formatting-provider "brittany"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue