Sfoglia il codice sorgente

Fix ed hook

master
10sr 6 anni fa
parent
commit
0bc7496942
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Vedi File

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


Caricamento…
Annulla
Salva