summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 728047f5..cf1ce9b9 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -299,7 +299,8 @@
           (defun ap/dired-k-if-vc ()
             (when (projectile-project-root)
               (dired-k)))
-          (add-hook 'dired-initial-position-hook #'ap/dired-k-if-vc)))
+          (add-hook 'dired-initial-position-hook #'ap/dired-k-if-vc)
+          (bind-key "g" #'dired-k dired-mode-map)))
 
 (req-package dired-x
   :require dired)