In aquamacs, the confirmation to delete files from dired is a y or n, and immediately on pressing one of them the file is deleted (no RET required after the y or n).
In emacs, the confirmation is yes or no, so that I need to type the full yes or no plus RET afterwards.
I would like to change emacs so that it behaves like aquamacs.
Is this possible at all? I did a google search plus checked M-x customize-group RET dired RET and couldn't find anything that helped (I found stuff to get rid of the confirmation altogether, but that's not what I am after).
yes-or-no-p
, and aboutdired-deletion-confirmer
. – Drew Sep 24 '15 at 12:55