From 0b4b55eea6300f0ada6757a70a89457c36ddacde Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 30 Aug 2021 20:37:07 +0200 Subject: [PATCH] editorconfig--enable-20210221-testing is default now. --- init.d/programming/common.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.d/programming/common.el b/init.d/programming/common.el index c716a68..b1cb5f9 100644 --- a/init.d/programming/common.el +++ b/init.d/programming/common.el @@ -188,8 +188,6 @@ Ignores ARGS." (use-package editorconfig :defer 2 :diminish editorconfig-mode - ;; - :init (setq editorconfig--enable-20210221-testing t) :config (editorconfig-mode 1)) (use-package smerge-mode