From d5aa3804b5caf938396097104f70814a84a98a20 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sun, 7 Sep 2025 15:33:58 +0300 Subject: [PATCH] use editorconfig --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 40f394d..8e544c6 100644 --- a/init.el +++ b/init.el @@ -101,6 +101,8 @@ :init (projectile-mode +1)) +(use-package editorconfig + :config (editorconfig-mode 1)) (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.