Added subword mode hook.
This commit is contained in:
parent
421b96ddc8
commit
3a5af1d591
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
:hook (haskell-mode . hindent-mode))
|
||||
|
||||
(after! haskell-mode
|
||||
(add-hook 'haskell-mode-hook 'subword-mode)
|
||||
(add-hook 'haskell-mode-hook #'interactive-haskell-mode)
|
||||
(set-lookup-handlers! 'haskell-mode :definition #'haskell-mode-jump-to-def-or-tag)
|
||||
(set-file-template! 'haskell-mode :trigger #'haskell-auto-insert-module-template :project t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue