diff options
author | Alan Pearce | 2016-05-11 15:40:46 +0200 |
---|---|---|
committer | Alan Pearce | 2016-05-11 15:40:46 +0200 |
commit | edc8c93b6a569a39ed159117814e14c5da514ab3 (patch) | |
tree | 4e9e992d185458aa5557900cb553377f9f682b59 /tag-emacs/emacs.d | |
parent | 9e5c9b5d4a768679640c85f7b3a05f61a912b3fb (diff) | |
download | nixfiles-edc8c93b6a569a39ed159117814e14c5da514ab3.tar.lz nixfiles-edc8c93b6a569a39ed159117814e14c5da514ab3.tar.zst nixfiles-edc8c93b6a569a39ed159117814e14c5da514ab3.zip |
Emacs: Remove keybind for undefined function
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 88eb9d23..dcb4f4e9 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 |