summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init-spw.el4
1 files changed, 3 insertions, 1 deletions
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)