ソースを参照

Add hardhat config

master
10sr 4年前
コミット
68146d663a
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更8行の追加0行の削除
  1. +8
    -0
      emacs.el

+ 8
- 0
emacs.el ファイルの表示

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



読み込み中…
キャンセル
保存