X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=emacs.el;h=9030548acf07a3630473092597e4f404ffd5a461;hb=441cfbec35f5863a7ceff69f1f5d3cf75e5a9c34;hp=5d573072eba7da8c1a26544719a95ad1cd3906c3;hpb=9ef8b4c572e372d389906b330a904f07f69585a5;p=elisp.git diff --git a/emacs.el b/emacs.el index 5d57307..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) @@ -390,8 +394,8 @@ load-warning buffer in case of failure." (ff/configure-faces '((italic :underline nil) (info-title-2 :foreground "green") - (font-lock-comment-delimiter-face :foreground "black") - (font-lock-comment-face :foreground "blue") + (font-lock-comment-delimiter-face :foreground "green") + (font-lock-comment-face :foreground "green") (cperl-array-face :background "gray90" :foreground "blue" :weight 'bold) (cperl-hash-face :background "gray90" :foreground "purple" :weight 'bold) (diff-added :background "gray90" :foreground "green4" :weight 'bold)