소스 검색

Add hardhat configs

master
10sr 4 년 전
부모
커밋
32d5885aad
로그인 계정: 10sr GPG 키 ID: 7BEC428194130EB2
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. +8
    -1
      emacs.el

+ 8
- 1
emacs.el 파일 보기

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


불러오는 중...
취소
저장