fix(:lang): ensure lsp! is always appended to hooks
This commit is contained in:
parent
a70e634ebd
commit
9cb4c8b637
7 changed files with 12 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
|||
(after! idris-mode
|
||||
(add-hook 'idris-mode-hook #'turn-on-idris-simple-indent)
|
||||
(when (featurep! +lsp)
|
||||
(add-hook 'idris-mode-hook #'lsp!))
|
||||
(add-hook 'idris-mode-hook #'lsp! 'append))
|
||||
(set-repl-handler! 'idris-mode 'idris-pop-to-repl)
|
||||
(set-lookup-handlers! 'idris-mode
|
||||
:documentation #'idris-docs-at-point)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue