From 2548c3cd19a747ad745014d9afe77be57eda3766 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 24 Nov 2016 19:02:20 -0800 Subject: [PATCH] [Emacs] Add binding for reformat-decl --- dotfiles/emacs.d/README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 36dcb048..b8c5e6a1 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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)