Parcourir la source

Add hardhat configs

master
10sr il y a 3 ans
Parent
révision
46cf897fa5
Signé par: 10sr ID de la clé GPG: 7BEC428194130EB2
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. +4
    -2
      emacs.el

+ 4
- 2
emacs.el Voir le fichier

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


Chargement…
Annuler
Enregistrer