Переглянути джерело

Add editorconfig-charset-extras hook

pull/15/head
10sr 7 роки тому
джерело
коміт
bc696b2f79
1 змінених файлів з 4 додано та 0 видалено
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el Переглянути файл

@@ -664,6 +664,10 @@ found, otherwise returns nil."
(add-hook 'editorconfig-custom-hooks
'editorconfig-custom-majormode))

(when (fboundp 'editorconfig-charset-extras)
(add-hook 'editorconfig-custom-hooks
'editorconfig-charset-extras))

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

;; save cursor position


Завантаження…
Відмінити
Зберегти