projects
/
elisp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4016654
)
Update.
author
Francois Fleuret
<francois@fleuret.org>
Sat, 6 Sep 2014 18:13:46 +0000
(20:13 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Sat, 6 Sep 2014 18:13:46 +0000
(20:13 +0200)
emacs.el
patch
|
blob
|
history
diff --git
a/emacs.el
b/emacs.el
index
147d5d7
..
9030548
100644
(file)
--- 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)