config/emacs: add editorconfig

This commit is contained in:
Sakooooo 2024-09-29 17:34:15 +04:00
parent 69be92c525
commit 0e7160711d
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -898,6 +898,13 @@ this should be useful later
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package zenity-color-picker) (use-package zenity-color-picker)
#+end_src #+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 * Languages
#+begin_src emacs-lisp #+begin_src emacs-lisp
(message "Reached languages") (message "Reached languages")