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

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

[elpa] externals/dtache ddf9bb6ade 039/158: Add action map example


From: ELPA Syncer
Subject: [elpa] externals/dtache ddf9bb6ade 039/158: Add action map example
Date: Wed, 19 Jan 2022 18:57:43 -0500 (EST)

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

    Add action map example
---
 README.org | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 8e34f5c40c..ab8486b0f7 100644
--- a/README.org
+++ b/README.org
@@ -113,7 +113,7 @@ Commands to be used in shell buffers.
 | dtache-shell-attach     | Attach to a session         |
 | dtache-shell-detach     | Detach from a session       |
 
-** Embark
+** TODO Embark
 
 Add [[https://github.com/oantolin/embark/][embark]] actions to 
=dtache-open-session= by adding the following to the configuration.
 
@@ -122,6 +122,12 @@ Add [[https://github.com/oantolin/embark/][embark]] 
actions to =dtache-open-sess
   (add-to-list 'embark-keymap-alist '(dtache . embark-dtache-map))
 #+end_src
 
+The user can also bind the =dtache-action-map= to a keybinding of choice.
+
+#+begin_src elisp
+  (global-set-key (kbd "C-c d") dtache-action-map)
+#+end_src
+
 * Tips & Tricks
 ** Automatic status labeling
 



reply via email to

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