[Emacs] Add binding for reformat-decl

This commit is contained in:
Ivan Malison 2016-11-24 19:02:20 -08:00
parent a4604703f1
commit 2548c3cd19
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2687,6 +2687,7 @@ Intero seems to be causing hangs, so it has been disabled
#+BEGIN_SRC emacs-lisp
(use-package hindent
:after haskell-mode
:bind ("C-c r" . hindent-reformat-decl)
:config
(progn
(setq hindent-style nil)