소스 검색

Fix ignoramus v

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

+ 13
- 0
emacs.el 파일 보기

@@ -588,6 +588,16 @@ THEM are function and its args."
"/.venv/"))
(global-hardhat-mode 1))

(with-eval-after-load 'ignoramus
(defvar ignoramus-file-basename-exact-names))
(set-variable 'ignoramus-file-basename-exact-names
(delete "profile"
ignoramus-file-basename-exact-names))
(set-variable 'ignoramus-file-basename-exact-names
(delete "Profile"
ignoramus-file-basename-exact-names))
)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; title and mode-line

@@ -711,6 +721,9 @@ THEM are function and its args."
(advice-add 'wgrep-to-original-mode
:after
'my-mode-line-color-update)
(with-eval-after-load 'hardhat
;; TODO: Add hook to hardhat-local-hook
())

(set-face-background 'header-line
my-mode-line-background-default)


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