ソースを参照

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\\'")


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