From 162e80938621369086d6691bc5a4bd35024433a1 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 29 Apr 2016 11:02:31 +0200 Subject: Emacs: Setup editorconfig again --- tag-emacs/emacs.d/init.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 4c0f22e..8e12d7c 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -727,6 +727,13 @@ with spaces. Perfect! 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]] -- cgit 1.4.1