Parcourir la source

Add note

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

+ 1
- 1
emacs.el Voir le fichier

@@ -1808,7 +1808,7 @@ and search from projectile root (if projectile is available)."

(define-minor-mode editorconfig-auto-apply-mode
"When saving .editorconfig file update buffer configs."
:global t
:global t ;; TODO: global nil and instruct to hook to editorconfig-conf-mode-hook
:lighter ""
(if editorconfig-auto-apply-mode
(add-hook 'after-save-hook


Chargement…
Annuler
Enregistrer