lang/purescript: fix set-lookup-handler! indent
This commit is contained in:
parent
39059702c8
commit
6a17b193ea
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
(add-hook! 'purescript-mode-hook
|
(add-hook! 'purescript-mode-hook
|
||||||
#'(purescript-indentation-mode
|
#'(purescript-indentation-mode
|
||||||
rainbow-delimiters-mode))
|
rainbow-delimiters-mode))
|
||||||
(set-lookup-handlers! 'purescript-mode
|
(set-lookup-handlers! 'purescript-mode
|
||||||
:definition #'psc-ide-goto-definition
|
:definition #'psc-ide-goto-definition
|
||||||
:documentation #'purescript-pursuit))
|
:documentation #'purescript-pursuit))
|
||||||
|
|
||||||
|
|
||||||
;; (def-package! flycheck-purescript
|
;; (def-package! flycheck-purescript
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue