aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el5
1 files changed, 5 insertions, 0 deletions
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)