~protesilaos/substitute

cc09df11ede63be0eb2f42780bd9ba85ca7890f5 — Protesilaos Stavrou 1 year, 10 months ago f0bc946
Make substitute-highlight non-nil by default

I personally prefer it without highlights, but this is a better
default for new users.
1 files changed, 2 insertions(+), 1 deletions(-)

M substitute.el
M substitute.el => substitute.el +2 -1
@@ 40,13 40,14 @@
  "Efficiently replace targets in the buffer or context."
  :group 'editing)

(defcustom substitute-highlight nil
(defcustom substitute-highlight t
  "If non-nil, highlight target during prompt for its substitute.

If nil, do not highlight anything: just prompt for a substitute.

At any rate, always specify at the minibuffer prompt the target
of the substitution."
  :package-version '(substitute . "0.2.0")
  :group 'substitute
  :type 'boolean)