Remove unnecessary require

This commit is contained in:
Charlotte Van Petegem 2023-01-16 17:00:57 +01:00
parent 9d3a9928be
commit 83a05f96cb
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -20,7 +20,6 @@
(use-package editorconfig (use-package editorconfig
:diminish (editorconfig-mode) :diminish (editorconfig-mode)
:config :config
(require 'editorconfig-core)
(editorconfig-mode 1) (editorconfig-mode 1)
) )