dtrt-indent

This commit is contained in:
Ivan Malison 2015-06-21 13:35:10 -07:00
parent 2ad5bd2e78
commit 62be51235d

View File

@ -472,6 +472,10 @@ The current directory is assumed to be the project's root otherwise."
(progn
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)))
(use-package dtrt-indent
:ensure t
:init (add-hook 'prog-mode-hook 'dtrt-indent-mode))
(use-package rainbow-delimiters
:ensure t
:commands rainbow-delimiters-mode