summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2022-07-12 14:01:01 +0200
committerAlan Pearce2022-07-12 14:01:01 +0200
commit23558ff1093a67f85c1d54f481b8800793578669 (patch)
tree24bdf9716e2a28c3a50208fc4942ad9b3b25dfd4
parent7ad64f4141eb04b24543913f7f70ace61e6da470 (diff)
downloadnixfiles-23558ff1093a67f85c1d54f481b8800793578669.tar.lz
nixfiles-23558ff1093a67f85c1d54f481b8800793578669.tar.zst
nixfiles-23558ff1093a67f85c1d54f481b8800793578669.zip
Emacs: fix typo in dired configuration
-rw-r--r--user/emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 8f99cfa6..6d66cbee 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -619,7 +619,7 @@ _p_rev       _u_pper              _=_: upper/lower       _r_esolve
 (setq dired-dwim-target t
       dired-recursive-copies 'top
       dired-listing-switches "-alh"
-      dired-recursive-deleted (if delete-by-moving-to-trash
+      dired-recursive-deletes (if delete-by-moving-to-trash
                                   'always
                                 'top))