From a47815691213979e09bcd9573c08ec2e2ac75cc6 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 2 Apr 2021 14:21:55 -0700 Subject: remap slime-mark-presentation --- .emacs.d/init-spw.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el index 91a2146c..9ef462f5 100644 --- a/.emacs.d/init-spw.el +++ b/.emacs.d/init-spw.el @@ -395,6 +395,8 @@ I use by default)." (with-eval-after-load 'org (spw/remap-mark-command 'org-mark-subtree org-mode-map) (spw/remap-mark-command 'org-mark-element org-mode-map)) +(with-eval-after-load 'slime-presentations + (spw/remap-mark-command 'slime-mark-presentation slime-editing-map)) (fset 'indicate-copied-region #'ignore) -- cgit v1.2.3