[Emacs] Add binding for reformat-decl

This commit is contained in:
2016-11-24 19:02:20 -08:00
parent a4604703f1
commit 2548c3cd19

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)