- :type 'boolean
- :group 'ag)
- (defcustom ag-highlight-search nil
- "Non-nil means we highlight the current search term in results.
- This requires the ag command to support --color-match, which is only in v0.14+"
- :type 'boolean
- :group 'ag)
- (defcustom ag-reuse-buffers nil
- "Non-nil means we reuse the existing search results buffer or
- dired results buffer, rather than creating one buffer per unique
- search."
- :type 'boolean
- :group 'ag)
- (defcustom ag-reuse-window nil
- "Non-nil means we open search results in the same window,
- hiding the results buffer."
- :type 'boolean