Browse Source

Add hardhat configs

master
10sr 4 years ago
parent
commit
46cf897fa5
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      emacs.el

+ 4
- 2
emacs.el View File

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


Loading…
Cancel
Save