From fd6d03edf73e36343b6f30c39f4e2b8115e4fd64 Mon Sep 17 00:00:00 2001 From: bard Date: Sun, 24 Sep 2023 18:24:54 -0400 Subject: hlint keybind and custom hook --- haskell.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 haskell.el (limited to 'haskell.el') diff --git a/haskell.el b/haskell.el new file mode 100644 index 0000000..45a5c71 --- /dev/null +++ b/haskell.el @@ -0,0 +1,4 @@ +(require 'hs-lint) +(defun bard/haskell-mode-hook () + (local-set-key (kbd "C-c h l") 'hs-lint)) +(add-hook 'haskell-mode-hook 'bard/haskell-mode-hook) -- cgit v1.2.3