OSDN Git Service

update version strings in generated files
[howm/howm.git] / howm-vars.el
index 41c2b5b..51934a6 100644 (file)
@@ -836,7 +836,13 @@ so that highlighting works correctly."
   "Show search results on the fly before hitting RET."
   :group 'howm-grep)
 
-(defcustom howm-iigrep-show-what 'counts
+(defcustom howm-iigrep-preview-items 20
+  "Show howm search results on the fly before hitting RET when the hit counts are within this number."
+  :type 'integer
+  :group 'howm-efficiency
+  :group 'howm-iigrep)
+
+(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)