emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/substitute cc09df11ed 4/4: Make substitute-highlight no


From: ELPA Syncer
Subject: [elpa] externals/substitute cc09df11ed 4/4: Make substitute-highlight non-nil by default
Date: Tue, 31 Jan 2023 00:58:05 -0500 (EST)

branch: externals/substitute
commit cc09df11ede63be0eb2f42780bd9ba85ca7890f5
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Make substitute-highlight non-nil by default
    
    I personally prefer it without highlights, but this is a better
    default for new users.
---
 substitute.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/substitute.el b/substitute.el
index d35679b14b..90d332f5bc 100644
--- a/substitute.el
+++ b/substitute.el
@@ -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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]