Przeglądaj źródła

Fix editorconfig init

master
10sr 4 lat temu
rodzic
commit
510e06c3ea
Podpisane przez: 10sr ID klucza GPG: 7BEC428194130EB2
1 zmienionych plików z 3 dodań i 1 usunięć
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el Wyświetl plik

@@ -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 "")


Ładowanie…
Anuluj
Zapisz