lang/haskell: just detect evil
Instead of detect the feature/evil module. This is more versatile.
This commit is contained in:
parent
e77c4f2406
commit
86305f2175
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ This is necessary because `intero-mode' doesn't do its own error checks."
|
|||
(when (featurep! :feature syntax-checker)
|
||||
(flycheck-add-next-checker 'intero '(warning . haskell-hlint)))
|
||||
|
||||
(when (featurep! :feature evil)
|
||||
(when (featurep 'evil)
|
||||
(add-hook 'intero-mode-hook #'evil-normalize-keymaps))
|
||||
(map! :map intero-mode-map
|
||||
:localleader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue