소스 검색

Update

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

+ 2
- 2
emacs.el 파일 보기

@@ -232,7 +232,7 @@ Otherwize hook it."
(setq inhibit-startup-message t)
(setq initial-buffer-choice 'messages-buffer)
(setq confirm-kill-emacs 'y-or-n-p)
(setq gc-cons-threshold (* 1024 1024 16))
;; (setq gc-cons-threshold (* 1024 1024 16))
(setq garbage-collection-messages nil)

(when window-system
@@ -588,7 +588,7 @@ THEM are function and its args."
"/\\.venv/")
(defvar hardhat-fullpath-editable-regexps)
(add-to-list 'hardhat-fullpath-editable-regexps
"/\\.git/DIFF_INDEX\\'")
"/\\.git/EDIT_INDEX\\.diff\\'")
(defvar hardhat-basename-editable-regexps)
(add-to-list 'hardhat-basename-editable-regexps
"\\`Pipfile.lock\\'")


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