Browse Source

Use new variable name

pull/15/head
10sr 9 years ago
parent
commit
2e402ca8fe
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -717,7 +717,7 @@ IF OK-IF-ALREADY-EXISTS is true force download."
;; file handling ;; file handling


(when (require 'editorconfig nil t) (when (require 'editorconfig nil t)
(defvar-set edconf-get-properties-function
(defvar-set editorconfig-get-properties-function
'editorconfig-core-get-properties-hash) 'editorconfig-core-get-properties-hash)
(editorconfig-mode 1)) (editorconfig-mode 1))




Loading…
Cancel
Save