summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-23 22:42:56 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-23 22:43:21 -0700
commit2e4630abc4665b789306908310b608c9df5a1bb9 (patch)
treebc4a77724b444208a1dd87f3149c0e0ae7475a66
parent0154575979a184f11b901fd0b4b33b455516f2ec (diff)
downloaddotfiles-2e4630abc4665b789306908310b608c9df5a1bb9.tar.gz
add slime-interrupt to slime async eval command list
-rw-r--r--.emacs.d/init-spw.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index afd2b2d9..81a09756 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -2746,7 +2746,8 @@ mutt's review view, after exiting EDITOR."
slime-compile-region
slime-compile-file
sldb-eval-in-frame
- slime-interactive-eval))
+ slime-interactive-eval
+ slime-interrupt))
(advice-add f :after #'spw/record-last-command-was-slime-async-eval))
(defun spw/sldb-setup-avoid-focus-grab (orig-fun &rest args)