enable editorconfig support
This commit is contained in:
parent
74c03dc0dc
commit
546cc633c3
1 changed files with 6 additions and 0 deletions
6
init.el
6
init.el
|
@ -314,6 +314,12 @@
|
|||
:config
|
||||
(direnv-mode))
|
||||
|
||||
(use-package editorconfig
|
||||
:straight t
|
||||
:diminish t
|
||||
:config
|
||||
(editorconfig-mode 1))
|
||||
|
||||
(use-package which-key
|
||||
:straight t
|
||||
:diminish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue