aboutsummaryrefslogtreecommitdiff
path: root/haskell.el
diff options
context:
space:
mode:
authorbard <[email protected]>2023-10-08 15:12:25 -0400
committerbard <[email protected]>2023-10-08 15:12:25 -0400
commit4e8baf9b88dada3bbc0bf030b925430b62cfe297 (patch)
treef7cabbadb6e5461a903783fd63388c5ee0d0b2ba /haskell.el
parent58fd4bcae9063cdf3d4f00705b87383e85610d7d (diff)
migrating to module files
Diffstat (limited to 'haskell.el')
-rw-r--r--haskell.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/haskell.el b/haskell.el
deleted file mode 100644
index eb2f0ed..0000000
--- a/haskell.el
+++ /dev/null
@@ -1,5 +0,0 @@
-(load-file "~/.emacs.d/bard-lisp/hs-lint.el")
-(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)