mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
[emacs] Add EditorConfig
This commit is contained in:
parent
79a35d3c30
commit
bdae1b76c9
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue