Explorar el Código

Fix ed hook

master
10sr hace 6 años
padre
commit
0bc7496942
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

@@ -730,7 +730,7 @@ found, otherwise returns nil."

(add-hook 'editorconfig-hack-properties-functions
'(lambda (props)
(when (derived-mode-p makefile-mode)
(when (derived-mode-p 'makefile-mode)
(puthash 'indent_style \"tab\" props))))

;; (when (fboundp 'editorconfig-charset-extras)


Cargando…
Cancelar
Guardar