Przeglądaj źródła

Add hardhat configs

master
10sr 4 lat temu
rodzic
commit
32d5885aad
Podpisane przez: 10sr ID klucza GPG: 7BEC428194130EB2
1 zmienionych plików z 8 dodań i 1 usunięć
  1. +8
    -1
      emacs.el

+ 8
- 1
emacs.el Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz