branch: externals/detached
commit ca0ee7e4650194d575e1355cdfcda13bbf7f40db
Author: Niklas Eklund <[email protected]>
Commit: Niklas Eklund <[email protected]>
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)