From 16a416ede744bb356d149a2a670bec0e7909c961 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 17 Jul 2020 12:49:35 +0900 Subject: [PATCH] Update --- emacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index 31b291b..7f36778 100644 --- a/emacs.el +++ b/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\\'")