Replace warn => warn!

This commit is contained in:
Henrik Lissner
2018-02-14 07:40:05 -05:00
parent 5ad4246cb9
commit bac73ec938
11 changed files with 31 additions and 31 deletions

View File

@ -5,8 +5,7 @@
:hook (haskell-mode . intero-mode)
:config
(unless (executable-find "stack")
(warn "haskell-mode: couldn't find stack, disabling intero")
(remove-hook 'haskell-mode-hook #'intero-mode))
(warn! "Couldn't find stack. Intero has been disabled."))
(add-hook! 'intero-mode-hook #'(flycheck-mode eldoc-mode))