Ver código fonte

Fix editorconfig hook

master
10sr 4 anos atrás
pai
commit
5b21adff6c
Acessado por: 10sr ID da chave GPG: 7BEC428194130EB2
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Ver arquivo

@@ -1139,7 +1139,8 @@ THEM are function and its args."
(add-hook 'after-first-visit-hook
'editorconfig-mode)
(add-hook 'after-first-visit-hook
'editorconfig-mode-apply))
'editorconfig-mode-apply
t)) ;; Do after enabling editorconfig-mode
(set-variable 'editorconfig-get-properties-function
'editorconfig-core-get-properties-hash)
(set-variable 'editorconfig-mode-lighter "")


Carregando…
Cancelar
Salvar