Add keybinding to create empty file in dired

This commit is contained in:
Jeremy Dormitzer 2020-06-04 15:11:02 -04:00
parent 28013393f8
commit a6ec1ac5ca

View File

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