branch: externals/dired-git-info commit 7a43e22d6f53aabf277b3471806f5041d8004cc7 Author: Clemens Radermacher <clem...@posteo.net> Commit: Clemens Radermacher <clem...@posteo.net>
Add note about ELPA package delay --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 5688d08..37c2660 100644 --- a/README.org +++ b/README.org @@ -46,7 +46,8 @@ 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: +the following (if you want to use this you have to install from source as long +this change is not picked up by ELPA): #+BEGIN_SRC elisp (add-hook 'dired-after-readin-hook 'dired-git-info-auto-enable) #+END_SRC