summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 495de5d..b29e9c0 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -284,6 +284,8 @@
   :require dired
   :config (progn
             (diredp-toggle-find-file-reuse-dir 1)
+            (unbind-key "C-h C-m" dired-mode-map)
+            (bind-key "." #'diredp-describe-file dired-mode-map)
             (dired-omit-mode 1)
             (setq dired-omit-files "#\\|\\.$"
                   dired-find-subdir t)))