diff options
author | 2018-05-07 00:03:55 -0400 | |
---|---|---|
committer | 2018-05-07 00:03:55 -0400 | |
commit | eba52b9ce0f011eec7710806c781ff7910dbc8e9 (patch) | |
tree | 2e12c6e465cd294fa8b8e102956885581b00f955 /init.org | |
parent | 45d849973fa694c0e508482e50b49d090a7c714e (diff) | |
download | configs-eba52b9ce0f011eec7710806c781ff7910dbc8e9.tar.gz configs-eba52b9ce0f011eec7710806c781ff7910dbc8e9.tar.xz configs-eba52b9ce0f011eec7710806c781ff7910dbc8e9.zip |
[emacs] assimilate and enable dante and its dependency, lcr
Diffstat (limited to '')
-rw-r--r-- | init.org | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -965,6 +965,15 @@ TODO: break this giant source block down into individual org sections. flycheck-disabled-checkers '(haskell-stack-ghc haskell-ghc))) #+end_src +*** [[https://github.com/jyp/dante][dante]] + +#+begin_src emacs-lisp +(use-package dante + :after haskell-mode + :commands dante-mode + :hook (haskell-mode . dante-mode)) +#+end_src + *** [[https://github.com/mpickering/hlint-refactor-mode][hlint-refactor]] Emacs bindings for [[https://github.com/ndmitchell/hlint][hlint]]'s refactor option. This requires the refact |