Fix editorconfig warnings
This commit is contained in:
parent
482cfa50d1
commit
7d537643ef
1 changed files with 3 additions and 2 deletions
|
@ -19,8 +19,9 @@
|
||||||
;; Editorconfig
|
;; Editorconfig
|
||||||
(use-package editorconfig
|
(use-package editorconfig
|
||||||
:diminish (editorconfig-mode)
|
:diminish (editorconfig-mode)
|
||||||
:custom (editorconfig-get-properties-function 'editorconfig-get-properties)
|
:config
|
||||||
:config (editorconfig-mode 1)
|
(require 'editorconfig-core)
|
||||||
|
(editorconfig-mode 1)
|
||||||
)
|
)
|
||||||
|
|
||||||
;; R syntax support
|
;; R syntax support
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue