mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
Longer debounce
This commit is contained in:
parent
d3a1caf3d2
commit
669cb69f57
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
(use-package keychain-environment)
|
||||
|
||||
(setq gac-automatically-add-new-files-p nil)
|
||||
(setq-default gac-debounce-interval 10)
|
||||
(setq-default gac-debounce-interval 20)
|
||||
|
||||
(defmacro defun-cached (name args &rest body)
|
||||
(let ((var-name (intern (concat (symbol-name name) "--cached"))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue