Variable: erc-button-search-url

erc-button-search-url is a customizable variable defined in erc-button.el.gz.

Value

"https://duckduckgo.com/?q=%s"

Documentation

URL used to search for a term.

%s is replaced by the search string.

This variable was added, or its default value changed, in Emacs 28.1.

Probably introduced at or before Emacs version 27.1.

Aliases

erc-button-google-url (obsolete since 27.1)

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-button.el.gz
(defcustom erc-button-search-url "https://duckduckgo.com/?q=%s"
  "URL used to search for a term.
%s is replaced by the search string."
  :version "28.1"
  :type 'string)