diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2024-08-26 18:11:51 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2024-08-26 18:11:51 +0200 |
| commit | ddc3db640c8daeac43551bd4701cd055f516eaf1 (patch) | |
| tree | 9513e09901c25bbfb6b98e9bf62d6c0d4bd6bac5 /dot.emacs.d | |
| parent | d51b4a2860a8b5fad783d321d76c21091dfc9563 (diff) | |
Emacs: Use editorconfig
Diffstat (limited to 'dot.emacs.d')
| -rw-r--r-- | dot.emacs.d/init.el | 5 |
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) |
