Explorar el Código

Add note

master
10sr hace 5 años
padre
commit
04e57825f4
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Ver fichero

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


Cargando…
Cancelar
Guardar