Fix editorconfig configuration
This commit is contained in:
parent
1d446b58d1
commit
00d1d46628
1 changed files with 4 additions and 1 deletions
|
@ -90,7 +90,10 @@
|
||||||
(use-package direnv :config (direnv-mode))
|
(use-package direnv :config (direnv-mode))
|
||||||
|
|
||||||
;; Editorconfig
|
;; Editorconfig
|
||||||
(use-package editorconfig :config (editorconfig-mode 1))
|
(use-package editorconfig
|
||||||
|
:custom (editorconfig-get-properties-function 'editorconfig-get-properties)
|
||||||
|
:config (editorconfig-mode 1)
|
||||||
|
)
|
||||||
|
|
||||||
;; Vim keybindings
|
;; Vim keybindings
|
||||||
(use-package evil
|
(use-package evil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue