mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Replace :lookup with set-lookup-handlers! autodef
And update all internal references.
This commit is contained in:
@ -14,7 +14,7 @@ This is necessary because `intero-mode' doesn't do its own error checks."
|
||||
(add-hook 'haskell-mode-hook #'+haskell|init-intero)
|
||||
:config
|
||||
(add-hook 'intero-mode-hook #'flycheck-mode)
|
||||
(set! :lookup 'haskell-mode :definition #'intero-goto-definition))
|
||||
(set-lookup-handlers! 'haskell-mode :definition #'intero-goto-definition))
|
||||
|
||||
|
||||
(def-package! hindent
|
||||
|
Reference in New Issue
Block a user