[Emacs] Replace multi-line binding with reformat-decl in hindent

This commit is contained in:
Ivan Malison 2016-11-24 19:10:56 -08:00
parent a601ad9b56
commit 1f45fe142c
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2687,7 +2687,8 @@ 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)
:bind (:map hindent-mode-map
("C-c d" . hindent-reformat-decl))
:config
(progn
(setq hindent-style nil)