Don't clobber existing dired binding

This commit is contained in:
Jeremy Dormitzer 2020-06-05 13:36:00 -04:00
parent 2ce0b2bcc7
commit e83c3dec41

View File

@ -4584,7 +4584,7 @@ Or Gnus can read RSS feeds directly:
* Dired
** Keybindings
#+BEGIN_SRC emacs-lisp
(general-def 'normal dired-mode-map "c" #'dired-create-empty-file)
(general-def 'normal dired-mode-map "f" #'dired-create-empty-file)
#+END_SRC
** Dired subtree