Explorar el Código

Add hardhat configs

master
10sr hace 4 años
padre
commit
46cf897fa5
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. +4
    -2
      emacs.el

+ 4
- 2
emacs.el Ver fichero

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


Cargando…
Cancelar
Guardar