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

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

[nongnu] elpa/swift-mode 60956cb 081/496: fixup! Add swift repl commands


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 60956cb 081/496: fixup! Add swift repl commands to mode map
Date: Sun, 29 Aug 2021 11:33:12 -0400 (EDT)

branch: elpa/swift-mode
commit 60956cb401cb6b5105a7912078c7af87052f29eb
Author: Chris Barrett <chris.d.barrett@me.com>
Commit: Chris Barrett <chris.d.barrett@me.com>

    fixup! Add swift repl commands to mode map
---
 swift-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/swift-mode.el b/swift-mode.el
index ba37010..fbeb962 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -413,7 +413,8 @@ You can send text to the REPL process from other buffers 
containing source.
   (let ((km (make-sparse-keymap)))
     (define-key km (kbd "C-c C-z") 'swift-mode-run-repl)
     (define-key km (kbd "C-c C-f") 'swift-mode-send-buffer)
-    (define-key km (kbd "C-c C-r") 'swift-mode-send-region))
+    (define-key km (kbd "C-c C-r") 'swift-mode-send-region)
+    km)
   "Key km for swift mode.")
 
 ;;;###autoload



reply via email to

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