From acfe6ccbf01d3a2fa2bac662cda37af0c2825e6e Mon Sep 17 00:00:00 2001 From: fpi Date: Wed, 1 Jul 2020 19:26:00 +0200 Subject: Add dired-git-info --- emacs-init.org | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'emacs-init.org') diff --git a/emacs-init.org b/emacs-init.org index 0a7f8dc..8ba97f6 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -1928,6 +1928,13 @@ behaviour while inside a regular dired buffer. (peep-dired-ignored-extensions '("mkv" "webm" "mp4" "mp3" "ogg" "iso"))) #+END_SRC +*** dired git info +#+begin_src emacs-lisp +(use-package dired-git-info + :straight t + :bind (:map dired-mode-map + (")" . dired-git-info-mode))) +#+end_src *** dired-x Some additional features that are shipped with Emacs. @@ -1940,8 +1947,6 @@ Some additional features that are shipped with Emacs. (dired-mode . (lambda () (setq dired-clean-confirm-killing-deleted-buffers t)))) #+END_SRC - - *** dired-subtree + The tab key will expand or contract the subdirectory at point. + =C-TAB= will behave just like org-mode handles its headings: hit it -- cgit v1.2.3