editorconfig

This commit is contained in:
Ivan Malison 2015-08-13 00:48:58 -07:00
parent c0e6020fe9
commit 327cc90288

View File

@ -553,6 +553,10 @@ The current directory is assumed to be the project's root otherwise."
(define-key ctl-x-4-map "nn" 'ni-narrow-to-region-indirect-other-window)
(define-key ctl-x-4-map "np" 'ni-narrow-to-page-indirect-other-window)))
(use-package editorconfig
:ensure t
:demand t)
(use-package dtrt-indent
:ensure t
:init (add-hook 'prog-mode-hook 'dtrt-indent-mode))