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

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

[elpa] externals/dtache 34b481d354 008/158: Add some more information to


From: ELPA Syncer
Subject: [elpa] externals/dtache 34b481d354 008/158: Add some more information to the README
Date: Wed, 19 Jan 2022 18:57:39 -0500 (EST)

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

    Add some more information to the README
---
 README.org | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/README.org b/README.org
index d0054e2d95..cec405a7ad 100644
--- a/README.org
+++ b/README.org
@@ -1,9 +1,8 @@
 * About
 
-The ~dtache~ package brings detachable commands to Emacs. Currently
-it is mainly boosting ~M-x shell~ through the ~dtache-shell.el~
-package. The ~dtache.el~ is the backend that provides a mean to create
-detachable sessions, and manages them through a database.
+The ~dtache~ package brings detachable commands to Emacs with the help
+of the external program [[https://linux.die.net/man/1/dtach][dtach]]. 
Currently it is mainly boosting ~M-x
+shell~ through the ~dtache-shell.el~ package.
 
 ** Background
 
@@ -46,11 +45,16 @@ The following is the evil-bindings for the more adventurous 
configuration.
       "<C-return>" #'dtache-attach-to-session)
 #+end_src
 
+You might also want to bind the ~dtache-shell-detach~ to a keybinding
+to be able to quickly detach from a command.
+
 ** Optional
 
 If you are a user of [[https://github.com/minad/marginalia/][marginalia]] and 
[[https://github.com/oantolin/embark/][embark]] you might also be
 interested in adding the following to enrich the
-~dtache-attach-to-session~ command.
+~dtache-attach-to-session~ command. Marginalia adds informative
+annotations and Embark adds quick access to commands to operate on a
+session.
 
 #+begin_src elisp
   (use-package dtache-marginalia



reply via email to

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