Remove the editorconfig package

This commit is contained in:
Gergely Polonkai 2023-10-05 15:08:46 +02:00
parent bdb9a52357
commit ee064eed75
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 10 deletions

View File

@ -2581,16 +2581,6 @@ And apply it to dired, too.
("C-f" . keyfreq-show)))
#+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
** occur-like folding in the current buffer
#+BEGIN_SRC emacs-lisp