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