forked from colonelpanic/dotfiles
dtrt-indent
This commit is contained in:
parent
2ad5bd2e78
commit
62be51235d
@ -472,6 +472,10 @@ The current directory is assumed to be the project's root otherwise."
|
|||||||
(progn
|
(progn
|
||||||
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)))
|
(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
|
(use-package rainbow-delimiters
|
||||||
:ensure t
|
:ensure t
|
||||||
:commands rainbow-delimiters-mode
|
:commands rainbow-delimiters-mode
|
||||||
|
Loading…
Reference in New Issue
Block a user