summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-10-18 23:12:53 +0300
committerThanosApollo <[email protected]>2022-10-18 23:12:53 +0300
commit9b226c5e2d05a9767a724a51f8b795bc83636be9 (patch)
tree14d7b8bea5eee43e7049bce739be444e91025a95 /.config
parent008a9f2a996b9c5af6f3b1ba0109287d571cd436 (diff)
Add delete
Diffstat (limited to '.config')
-rw-r--r--.config/doom/diredConfig.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/doom/diredConfig.el b/.config/doom/diredConfig.el
index 45cd689..2b5437a 100644
--- a/.config/doom/diredConfig.el
+++ b/.config/doom/diredConfig.el
@@ -6,4 +6,4 @@
(kbd "l") 'dired-find-file
(kbd "m") 'dired-mark
(kbd "R") 'dired-do-rename
- (kbd "D") 'dired-delete-file)
+ (kbd "D") 'dired-do-delete)