mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
It wasn't working in the first haskell buffer because of a race condition. Intero was loading too late to register lookup handlers for haskell-mode (for the first buffer). By setting it to intero-mode, it is registered in time for intero-mode's activation.