Enable editorconfig support

This commit is contained in:
Sravan Balaji
2025-01-02 09:37:23 -05:00
parent 0c8f9301c2
commit 8004d554b9
2 changed files with 2 additions and 2 deletions

View File

@@ -180,7 +180,7 @@ grammar ; tasing grammar mistake every you make
(debugger +lsp) ; FIXME stepping through code, to help you add bugs
;;direnv
(docker +lsp)
;;editorconfig ; let someone else argue about tabs vs spaces
editorconfig ; let someone else argue about tabs vs spaces
ein ; tame Jupyter notebooks with emacs
(eval +overlay) ; run code, run (also, repls)
;;gist ; interacting with github gists

View File

@@ -78,7 +78,7 @@ grammar ; tasing grammar mistake every you make
(debugger +lsp) ; FIXME stepping through code, to help you add bugs
;;direnv
(docker +lsp)
;;editorconfig ; let someone else argue about tabs vs spaces
editorconfig ; let someone else argue about tabs vs spaces
ein ; tame Jupyter notebooks with emacs
(eval +overlay) ; run code, run (also, repls)
;;gist ; interacting with github gists