Browse Source

Enable editorconfig on load

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

+ 6
- 1
emacs.el View File

@@ -220,6 +220,9 @@ IF OK-IF-ALREADY-EXISTS is true force download."


scala-mode2 scala-mode2
ensime ensime

editorconfig
editorconfig-core
) )
"Package list just for me.") "Package list just for me.")


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


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


(setq revert-without-query '(".+")) (setq revert-without-query '(".+"))




Loading…
Cancel
Save