Emacs: Setup editorconfig again
Alan Pearce alan.pearce@spotcap.com
Fri, 29 Apr 2016 11:02:31 +0200
1 files changed, 7 insertions(+), 0 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -727,6 +727,13 @@ ad-do-it) ad-do-it))))) #+END_SRC +** editorconfig + +#+BEGIN_SRC emacs-lisp + (use-package editorconfig + :config (editorconfig-mode 1)) +#+END_SRC + ** dtrt-indent-mode Sometimes people use different indentation settings. [[https://github.com/jscheid/dtrt-indent][dtrt-indent]]