Install the editorconfig package
This commit is contained in:
parent
1eabbb4c17
commit
7bad24141b
@ -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
|
||||
|
@ -63,6 +63,7 @@
|
||||
dired-k
|
||||
dockerfile-mode
|
||||
drag-stuff
|
||||
editorconfig
|
||||
electric-case
|
||||
electric-operator
|
||||
electric-spacing
|
||||
|
Loading…
Reference in New Issue
Block a user