ソースを参照

Fix ed hook

master
10sr 6年前
コミット
0bc7496942
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el ファイルの表示

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


読み込み中…
キャンセル
保存