aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2024-08-26 18:11:51 +0200
committerThomas Schneider <qsx@chaotikum.eu>2024-08-26 18:11:51 +0200
commitddc3db640c8daeac43551bd4701cd055f516eaf1 (patch)
tree9513e09901c25bbfb6b98e9bf62d6c0d4bd6bac5
parentd51b4a2860a8b5fad783d321d76c21091dfc9563 (diff)
Emacs: Use editorconfig
-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)