From 2d3eeff0d7a5f17622ba71d25d9b883739194700 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 6 Aug 2023 19:16:00 -0600 Subject: [PATCH] [Emacs] Reenable editorconfig --- dotfiles/emacs.d/README.org | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index ea43ccb7..ea7ca3c4 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -4288,7 +4288,6 @@ I don't use iedit directly, but it is used by [[*emr][emr]] and I need to disabl I had to disable this mode because something that it does messes with coding settings and makes it so that I have to select the appropriate encoding every time I save gpg encrypted files. #+BEGIN_SRC emacs-lisp (use-package editorconfig - :disabled t :config (progn (add-to-list 'editorconfig-exclude-modes '(org-mode))