branch: scratch/editorconfig-cc
commit dd0b20472154d56a423b15214467c9ee33b6e26d
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Fix package load for use-package usage (#277)
---
 editorconfig.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/editorconfig.el b/editorconfig.el
index 21c216ffab..7edc29ac6f 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -47,9 +47,7 @@
   (defvar tex-indent-arg)
   (defvar evil-shift-width))
 
-(declare-function editorconfig-core-get-properties-hash
-                  "editorconfig-core"
-                  (&optional file confname confversion))
+(require 'editorconfig-core)
 
 (defgroup editorconfig nil
   "EditorConfig Emacs Plugin.

Reply via email to