config/emacs: add editorconfig
This commit is contained in:
parent
69be92c525
commit
0e7160711d
1 changed files with 7 additions and 0 deletions
|
@ -898,6 +898,13 @@ this should be useful later
|
|||
#+begin_src emacs-lisp
|
||||
(use-package zenity-color-picker)
|
||||
#+end_src
|
||||
** editorconfig
|
||||
people will probably get mad at me if i dont have this and i try to contribute
|
||||
#+begin_src emacs-lisp
|
||||
(use-package editorconfig
|
||||
:config
|
||||
(editorconfig-mode 1))
|
||||
#+end_src
|
||||
* Languages
|
||||
#+begin_src emacs-lisp
|
||||
(message "Reached languages")
|
||||
|
|
Loading…
Reference in a new issue