summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-05-11 15:40:46 +0200
committerAlan Pearce2016-05-11 15:40:46 +0200
commitedc8c93b6a569a39ed159117814e14c5da514ab3 (patch)
tree4e9e992d185458aa5557900cb553377f9f682b59 /tag-emacs
parent9e5c9b5d4a768679640c85f7b3a05f61a912b3fb (diff)
downloaddotfiles-edc8c93b6a569a39ed159117814e14c5da514ab3.tar.lz
dotfiles-edc8c93b6a569a39ed159117814e14c5da514ab3.tar.zst
dotfiles-edc8c93b6a569a39ed159117814e14c5da514ab3.zip
Emacs: Remove keybind for undefined function
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 88eb9d2..dcb4f4e 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -988,8 +988,7 @@ Don’t show uninteresting files in dired listings.
     :defer 5
     :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)))
+              (unbind-key "C-h C-m" dired-mode-map)))
 #+END_SRC
 
 Expand subfolders like a tree inside the parent