X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=blobdiff_plain;f=emacs.el;h=9030548acf07a3630473092597e4f404ffd5a461;hp=147d5d7f2ce0235a8aa068eb783f6faad0e36bd5;hb=441cfbec35f5863a7ceff69f1f5d3cf75e5a9c34;hpb=4016654b83c2e6a46e23badc6898990ac97e5259 diff --git a/emacs.el b/emacs.el index 147d5d7..9030548 100644 --- a/emacs.el +++ b/emacs.el @@ -63,6 +63,10 @@ ;; Make all "yes or no" prompts be "y or n" instead (fset 'yes-or-no-p 'y-or-n-p) +;; The space bar acting as "yes" has been several times really +;; problematic. +(define-key query-replace-map (kbd "SPC") nil) + ;; Show the matching parenthesis and do it immediately, we are in a ;; hurry (setq show-paren-delay 0)