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

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

[elpa] externals/dtache 3aa5babca5 139/158: Update table formatting


From: ELPA Syncer
Subject: [elpa] externals/dtache 3aa5babca5 139/158: Update table formatting
Date: Wed, 19 Jan 2022 18:58:07 -0500 (EST)

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

    Update table formatting
---
 README.org | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.org b/README.org
index a922c5d374..cf1db4ce83 100644
--- a/README.org
+++ b/README.org
@@ -68,13 +68,13 @@ A minimal configuration for =dtache=.
 
 There are tree different ways to create a dtache session.
 
-| Function                       | Description                   |
-|--------------------------------+-------------------------------|
-| =dtache-shell-command=         | Called from M-x               |
+| Function                   | Description                   |
+|----------------------------+-------------------------------|
+| =dtache-shell-command=     | Called from M-x               |
 | =dtache-shell-send-input=  | Called from inside M-x shell  |
 | =dtache-eshell-send-input= | Called from inside eshell     |
-| =dtache-compile=               | Called from M-x               |
-| =dtache-start-session=         | Called from within a function |
+| =dtache-compile=           | Called from M-x               |
+| =dtache-start-session=     | Called from within a function |
 
 The =dtache-shell-command= is for the Emacs users that are accustomed to 
running shell commands from =M-x shell-command= or =M-x async-shell-command=. 
The =dtache-start-session= is supposed to be called from custom user functions, 
or for other packages to integrate towards. The user can also choose to 
override built in functions with it, for example =compile=. Lastly there is the 
=dtache-shell-create-session= command which is supposed to be bound to a key. 
It is a command that the user c [...]
 
@@ -96,7 +96,7 @@ To interact with a session =dtache= provides the command 
=dtache-open-session=.
 | dtache-open-output (o)            | Open a session's output                  
   |
 | dtache-tail-output  (t)           | Tail the output of an active session     
   |
 | dtache-diff-session (=)           | Diff a session with another session      
   |
-| dtache-post-compile-session (c)        | Open the session output in 
compilation mode |
+| dtache-post-compile-session (c)   | Open the session output in compilation 
mode |
 | dtache-rerun-session (r)          | Rerun a session                          
   |
 | dtache-insert-session-command (i) | Insert the session's command at point    
   |
 | dtache-copy-session-command (w)   | Copy the session's shell command         
   |



reply via email to

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