Sfoglia il codice sorgente

Disable editorconfig-charset-extras temporarily

master
10sr 6 anni fa
parent
commit
84f214000f
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      emacs.el

+ 3
- 3
emacs.el Vedi File

@@ -679,9 +679,9 @@ 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))
;; (when (fboundp 'editorconfig-charset-extras)
;; (add-hook 'editorconfig-custom-hooks
;; 'editorconfig-charset-extras))

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



Caricamento…
Annulla
Salva