diff options
| author | bard <bard@bardiel> | 2023-09-25 18:05:21 -0400 |
|---|---|---|
| committer | bard <bard@bardiel> | 2023-09-25 18:05:21 -0400 |
| commit | 5543776d299c52190a77c4018f863de9919543f3 (patch) | |
| tree | 242c7b182d132c2b005d6cc686cec9e533b8e594 | |
| parent | fd6d03edf73e36343b6f30c39f4e2b8115e4fd64 (diff) | |
forgot to load file
| -rw-r--r-- | haskell.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +(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)) |
