all repos — archive/dotfiles @ 162e80938621369086d6691bc5a4bd35024433a1

Superseded by nixfiles

Emacs: Setup editorconfig again
Alan Pearce alan.pearce@spotcap.com
Fri, 29 Apr 2016 11:02:31 +0200
commit

162e80938621369086d6691bc5a4bd35024433a1

parent

ca551892f1491f46de7fca055b97fcce90aa5bfa

1 files changed, 7 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-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]]