Просмотр исходного кода

Enable editorconfig-mode on load

pull/15/head
10sr 9 лет назад
Родитель
Сommit
072049f32d
1 измененных файлов: 2 добавлений и 1 удалений
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Просмотреть файл

@@ -718,7 +718,8 @@ IF OK-IF-ALREADY-EXISTS is true force download."

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

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



Загрузка…
Отмена
Сохранить