From 546cc633c34af928e0759eb513bbb00abf91f395 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sun, 6 Dec 2020 13:36:25 +0100 Subject: [PATCH] enable editorconfig support --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.el b/init.el index 172c10c..cc39887 100644 --- a/init.el +++ b/init.el @@ -314,6 +314,12 @@ :config (direnv-mode)) +(use-package editorconfig + :straight t + :diminish t + :config + (editorconfig-mode 1)) + (use-package which-key :straight t :diminish