Ver a proveniência

Add hardhat config

master
10sr há 4 anos
ascendente
cometimento
68146d663a
Assinados por: 10sr ID da chave GPG: 7BEC428194130EB2
1 ficheiros alterados com 8 adições e 0 eliminações
  1. +8
    -0
      emacs.el

+ 8
- 0
emacs.el Ver ficheiro

@@ -180,6 +180,7 @@ Otherwize hook it."
with-venv
nyan-mode
diredfl
hardhat

editorconfig
editorconfig-custom-majormode
@@ -580,6 +581,13 @@ THEM are function and its args."
;; mark-ring
;; (equal mark-ring (cl-copy-list mark-ring))

(when (fboundp 'global-hardhat-mode)
(with-eval-after-load 'hardhat
(defvar hardhat-fullpath-protected-regexps)
(add-to-list 'hardhat-fullpath-protected-regexps
"/.venv/"))
(global-hardhat-mode 1))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; title and mode-line



Carregando…
Cancelar
Guardar