mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
committed by
Henrik Lissner
parent
c9399c1a19
commit
23503cfb44
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user