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
|
||||
(use-package editorconfig
|
||||
:diminish (editorconfig-mode)
|
||||
:custom (editorconfig-get-properties-function 'editorconfig-get-properties)
|
||||
:config (editorconfig-mode 1)
|
||||
:config
|
||||
(require 'editorconfig-core)
|
||||
(editorconfig-mode 1)
|
||||
)
|
||||
|
||||
;; R syntax support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue