summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClemens Radermacher <clemera@posteo.net>2019-12-29 20:29:48 +0100
committerClemens Radermacher <clemera@posteo.net>2019-12-29 20:29:48 +0100
commit91d57e3a4c5104c66a3abc18e281ee55e8979176 (patch)
treef93d622aabfc65a9ceb4a037d5cffa4077ff13d0
parentbd8556eef10e57b175406c117f18e1953422c803 (diff)
-rw-r--r--README.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.org b/README.org
index 37c2660..5688d08 100644
--- a/README.org
+++ b/README.org
@@ -46,8 +46,7 @@ permissions and size. This behaviour can be disabled by overriding
** Enable automatically in every Dired buffer (if in Git repository)
To enable =dired-git-info-mode= whenever you navigate to a Git repository, use
-the following (if you want to use this you have to install from source as long
-this change is not picked up by ELPA):
+the following:
#+BEGIN_SRC elisp
(add-hook 'dired-after-readin-hook 'dired-git-info-auto-enable)
#+END_SRC