forked from colonelpanic/dotfiles
[Emacs] Add binding for reformat-decl
This commit is contained in:
parent
a4604703f1
commit
2548c3cd19
@ -2687,6 +2687,7 @@ Intero seems to be causing hangs, so it has been disabled
|
|||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package hindent
|
(use-package hindent
|
||||||
:after haskell-mode
|
:after haskell-mode
|
||||||
|
:bind ("C-c r" . hindent-reformat-decl)
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(setq hindent-style nil)
|
(setq hindent-style nil)
|
||||||
|
Loading…
Reference in New Issue
Block a user