From ddc3db640c8daeac43551bd4701cd055f516eaf1 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 26 Aug 2024 18:11:51 +0200 Subject: Emacs: Use editorconfig --- dot.emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dot.emacs.d') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index c8440ba..91b1237 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -150,6 +150,11 @@ (treesit-auto-add-to-auto-mode-alist 'all) (global-treesit-auto-mode)) +(use-package editorconfig + :defer nil + :config + (editorconfig-mode 1)) + (use-package lsp-mode :commands lsp :bind-keymap ("s-l" . lsp-command-map) -- cgit v1.2.3