summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-10-13 19:19:19 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-10-13 19:20:02 -0700
commit7800b532dc7c4c42b8bc79b481612b6897348b42 (patch)
tree7fcca571fdf7f5e213ed2b2a694c2fcc69606f19
parentf888af1134dd7b422afab7dc58c37a991f9ad6b7 (diff)
downloaddotfiles-7800b532dc7c4c42b8bc79b481612b6897348b42.tar.gz
add SLIME window selection advice to sldb-invoke-restart-*
-rw-r--r--.emacs.d/init-spw.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index d983b07c..20453c54 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -2749,6 +2749,16 @@ mutt's review view, after exiting EDITOR."
slime-compile-region
slime-compile-file
sldb-eval-in-frame
+ sldb-invoke-restart-0
+ sldb-invoke-restart-1
+ sldb-invoke-restart-2
+ sldb-invoke-restart-3
+ sldb-invoke-restart-4
+ sldb-invoke-restart-5
+ sldb-invoke-restart-6
+ sldb-invoke-restart-7
+ sldb-invoke-restart-8
+ sldb-invoke-restart-9
slime-interactive-eval
slime-interrupt))
(advice-add f :after #'spw/record-last-command-was-slime-async-eval))