Procházet zdrojové kódy

Add hardhat config

master
10sr před 4 roky
rodič
revize
68146d663a
Podepsáno: 10sr ID GPG klíče: 7BEC428194130EB2
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. +8
    -0
      emacs.el

+ 8
- 0
emacs.el Zobrazit soubor

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



Načítá se…
Zrušit
Uložit