[emacs] Add EditorConfig

This commit is contained in:
Correl Roush 2018-02-13 15:37:33 -05:00
parent 79a35d3c30
commit bdae1b76c9

View file

@ -456,6 +456,19 @@ Don't forget to configure =org-plantuml-jar-path= and
=plantuml-jar-path= to point to a version of plantuml.jar on your =plantuml-jar-path= to point to a version of plantuml.jar on your
system. system.
** Tools ** Tools
*** EditorConfig
Editor-agnostic coding style configuration.
#+name: packages
#+BEGIN_SRC emacs-lisp
(use-package editorconfig
:ensure t
:diminish editorconfig-mode
:config
(editorconfig-mode 1))
#+END_SRC
*** Projectile *** Projectile
#+name: packages #+name: packages
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp