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

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

[elpa] externals/detached ca0ee7e465 37/38: Add detach key to session ma


From: ELPA Syncer
Subject: [elpa] externals/detached ca0ee7e465 37/38: Add detach key to session map
Date: Thu, 17 Nov 2022 17:57:56 -0500 (EST)

branch: externals/detached
commit ca0ee7e4650194d575e1355cdfcda13bbf7f40db
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Add detach key to session map
---
 detached.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/detached.el b/detached.el
index 7a296506f5..ca12272d7e 100644
--- a/detached.el
+++ b/detached.el
@@ -230,6 +230,7 @@ If set to a non nil value the latest entry to
 (defvar detached-session-map
   (let ((map (make-sparse-keymap)))
     (define-key map "a" #'detached-edit-session-annotation)
+    (define-key map "d" #'detached-detach-session)
     (define-key map "e" #'detached-edit-and-run-session)
     (define-key map "r" #'detached-rerun-session)
     (define-key map "w" #'detached-copy-session-command)



reply via email to

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