Install the editorconfig package

This commit is contained in:
Gergely Polonkai 2018-10-31 16:23:20 +01:00
parent 1eabbb4c17
commit 7bad24141b
2 changed files with 11 additions and 0 deletions

View File

@ -2124,6 +2124,16 @@ This will be replaced with something self-hosted, eventually.
("m" . wl)))
#+END_SRC
** EditorConfig
[[http://editorconfig.org/][EditorConfig]] is a nice tool to unify, well, configuration of different editors.
#+BEGIN_SRC emacs-lisp
(use-package editorconfig
:config
(editorconfig-mode t))
#+END_SRC
* Make programming a bit easier
** Electric case

View File

@ -63,6 +63,7 @@
dired-k
dockerfile-mode
drag-stuff
editorconfig
electric-case
electric-operator
electric-spacing