Ver a proveniência

Fix editorconfig init

master
10sr há 4 anos
ascendente
cometimento
510e06c3ea
Assinados por: 10sr ID da chave GPG: 7BEC428194130EB2
1 ficheiros alterados com 3 adições e 1 eliminações
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el Ver ficheiro

@@ -1137,7 +1137,9 @@ THEM are function and its args."

(when (fboundp 'editorconfig-mode)
(add-hook 'after-first-visit-hook
'editorconfig-mode))
'editorconfig-mode)
(add-hook 'after-first-visit-hook
'editorconfig-mode-apply))
(set-variable 'editorconfig-get-properties-function
'editorconfig-core-get-properties-hash)
(set-variable 'editorconfig-mode-lighter "")


Carregando…
Cancelar
Guardar