summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-07-01 19:26:00 +0200
committerfpi2020-07-01 19:30:07 +0200
commitacfe6ccbf01d3a2fa2bac662cda37af0c2825e6e (patch)
tree8d2e81d3d1872b73c8fea1cd04a317ca7ee9340c /emacs-init.org
parentAdd magit-blame to diff-hl hydra (diff)
Add dired-git-info
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org9
1 files changed, 7 insertions, 2 deletions
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