Procházet zdrojové kódy

Add hardhat configs

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

+ 8
- 1
emacs.el Zobrazit soubor

@@ -585,7 +585,14 @@ THEM are function and its args."
(with-eval-after-load 'hardhat
(defvar hardhat-fullpath-protected-regexps)
(add-to-list 'hardhat-fullpath-protected-regexps
"/.venv/"))
"/\\.venv/")
(defvar hardhat-fullpath-editable-regexps)
(add-to-list 'hardhat-fullpath-editable-regexps
"/\\.git/DIFF_INDEX\\'")
(defvar hardhat-basename-editable-regexps)
(add-to-list 'hardhat-basename-editable-regexps
"\\`Pipfile.lock\\'")
)
(global-hardhat-mode 1))

(with-eval-after-load 'ignoramus


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