emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/macrostep 059dda6 066/110: Also hook into slime-repl-mode


From: ELPA Syncer
Subject: [nongnu] elpa/macrostep 059dda6 066/110: Also hook into slime-repl-mode
Date: Sat, 7 Aug 2021 09:18:04 -0400 (EDT)

branch: elpa/macrostep
commit 059dda635db66f0cad56519858c1f3e1f4954943
Author: Luís Oliveira <loliveira@common-lisp.net>
Commit: Luís Oliveira <loliveira@common-lisp.net>

    Also hook into slime-repl-mode
---
 macrostep.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/macrostep.el b/macrostep.el
index 39c9954..564784b 100644
--- a/macrostep.el
+++ b/macrostep.el
@@ -945,6 +945,9 @@ sub-forms.  See also `macrostep-sexp-at-point'."
 ;;;###autoload
 (add-hook 'slime-mode-hook #'macrostep-slime-mode-hook)
 
+;;;###autoload
+(add-hook 'slime-repl-mode-hook #'macrostep-slime-mode-hook)
+
 (defun macrostep-slime-expand-1 (string)
   (slime-eval
    `(swank-macrostep:macrostep-expand-1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]