Parcourir la source

Fix editorconfig init

master
10sr il y a 4 ans
Parent
révision
510e06c3ea
Signé par: 10sr ID de la clé GPG: 7BEC428194130EB2
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el Voir le fichier

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


Chargement…
Annuler
Enregistrer