From 6a144377afab4fc53b6c0d0265f90dfebf5f94f0 Mon Sep 17 00:00:00 2001 From: Hiraoka Date: Tue, 27 Dec 2022 20:24:19 +0900 Subject: [PATCH] disable iigrep by default for backward compatibility --- ChangeLog | 5 +++++ howm-vars.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7b86bec..a47566a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-12-27 HIRAOKA Kazuyuki + + * howm-vars.el (howm-iigrep-show-what): + disable iigrep by default for backward compatibility + 2022-12-10 HIRAOKA Kazuyuki * configure.ac: version 1.4.9-snapshot3 diff --git a/howm-vars.el b/howm-vars.el index 002f0b0..51934a6 100644 --- a/howm-vars.el +++ b/howm-vars.el @@ -842,7 +842,7 @@ so that highlighting works correctly." :group 'howm-efficiency :group 'howm-iigrep) -(defcustom howm-iigrep-show-what 'counts +(defcustom howm-iigrep-show-what nil "Show search results on the fly before hitting RET." :type '(radio (const :tag "Off" nil) (const :tag "Counts" counts) -- 2.11.0