(query-replace-highlight): Change default to t.
This commit is contained in:
parent
0e3cb3ebc8
commit
95807e688c
1 changed files with 1 additions and 1 deletions
|
@ -830,7 +830,7 @@ which will run faster and probably do exactly what you want."
|
|||
(if (= replace-count 1) "" "s")))
|
||||
(and keep-going stack)))
|
||||
|
||||
(defcustom query-replace-highlight nil
|
||||
(defcustom query-replace-highlight t
|
||||
"*Non-nil means to highlight words during query replacement."
|
||||
:type 'boolean
|
||||
:group 'matching)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue