summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-02 14:21:55 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-02 14:57:14 -0700
commita47815691213979e09bcd9573c08ec2e2ac75cc6 (patch)
tree61579ae14a5a2adff1a10c3ff1926855470ef363
parentb4b77e60f286f4359de6251fda20487cfa08efeb (diff)
downloaddotfiles-a47815691213979e09bcd9573c08ec2e2ac75cc6.tar.gz
remap slime-mark-presentation
-rw-r--r--.emacs.d/init-spw.el2
1 files changed, 2 insertions, 0 deletions
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)