소스 검색

Add hardhat config

master
10sr 5 년 전
부모
커밋
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 with-venv
nyan-mode nyan-mode
diredfl diredfl
hardhat


editorconfig editorconfig
editorconfig-custom-majormode editorconfig-custom-majormode
@@ -580,6 +581,13 @@ THEM are function and its args."
;; mark-ring ;; mark-ring
;; (equal mark-ring (cl-copy-list 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 ;; title and mode-line




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