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

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

[elpa] scratch/dired-git-info 3280075 22/33: Update descriptions


From: Clemens Radermacher
Subject: [elpa] scratch/dired-git-info 3280075 22/33: Update descriptions
Date: Sun, 17 Feb 2019 13:03:31 -0500 (EST)

branch: scratch/dired-git-info
commit 3280075876caee528f2a8de97db964a2ae45e7c3
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    Update descriptions
---
 README.org | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 9a73bd9..0e0a891 100644
--- a/README.org
+++ b/README.org
@@ -1,16 +1,22 @@
 * Description
 
-[[./images/screenshot2.png]]
+This Emacs packages provides a command to show git information inside the
+dired buffer:
 
+[[./images/screenshot2.png]]
 
 * Installation
 
+For manual installation, clone the repository and call:
+
 #+BEGIN_SRC elisp
-(package-install-file "/path/to/file.el")
+(package-install-file "/path/to/dired-git-info.el")
 #+END_SRC
 
 * Config
 
+Bind the command in direds mode map:
+
 #+BEGIN_SRC elisp
 (with-eval-after-load 'dired
   (define-key dired-mode-map ")" 'dgi-toggle-git-info))



reply via email to

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