From ee064eed754cdbaf44705013824222028f83f7e3 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 5 Oct 2023 15:08:46 +0200 Subject: [PATCH] Remove the editorconfig package --- configuration.org | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/configuration.org b/configuration.org index 8e1b0aa..cba8743 100644 --- a/configuration.org +++ b/configuration.org @@ -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