mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix dante-mode hook #718
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
;;;###if (featurep! +dante)
|
;;;###if (featurep! +dante)
|
||||||
|
|
||||||
(def-package! dante
|
(def-package! dante
|
||||||
:hook haskell-mode
|
:hook (haskell-mode . dante-mode)
|
||||||
:config
|
:config
|
||||||
(when (featurep! :feature syntax-checker)
|
(when (featurep! :feature syntax-checker)
|
||||||
(add-hook! 'dante-mode-hook
|
(add-hook! 'dante-mode-hook
|
||||||
|
Reference in New Issue
Block a user