Parcourir la source

Fix editorconfig hook

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

+ 2
- 1
emacs.el Voir le fichier

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


Chargement…
Annuler
Enregistrer