ソースを参照

Add hardhat configs

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

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

@@ -722,8 +722,10 @@ THEM are function and its args."
:after
'my-mode-line-color-update)
(with-eval-after-load 'hardhat
;; TODO: Add hook to hardhat-local-hook
())
;; hardhat-mode-hook does not work as expected...
(advice-add 'hardhat-local-hook
:after
'my-mode-line-color-update))

(set-face-background 'header-line
my-mode-line-background-default)


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