Add keybinding to create empty file in dired
This commit is contained in:
parent
28013393f8
commit
a6ec1ac5ca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user