all repos — nixfiles @ 23558ff1093a67f85c1d54f481b8800793578669

System and user configuration, managed by nix and home-manager

Emacs: fix typo in dired configuration

Alan Pearce
commit

23558ff1093a67f85c1d54f481b8800793578669

parent

7ad64f4141eb04b24543913f7f70ace61e6da470

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -619,7 +619,7 @@
(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))