From aaf282e3588fc832cb804da3913519d61c0cca46 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 18 Jun 2021 20:34:01 -0700 Subject: set new copy-region-blink-delay --- .emacs.d/init-spw.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el index 6eae3822..82ecbd82 100644 --- a/.emacs.d/init-spw.el +++ b/.emacs.d/init-spw.el @@ -420,7 +420,9 @@ I use by default)." (with-eval-after-load 'slime-presentations (spw/remap-mark-command 'slime-mark-presentation slime-editing-map)) -(fset 'indicate-copied-region #'ignore) +(if (>= emacs-major-version 28) + (setq copy-region-blink-delay 0) + (fset 'indicate-copied-region #'ignore)) (setq disabled-command-function nil) -- cgit v1.2.3