Next: , Previous: , Up: Top   [Contents][Index]


4 Configuration

4.1 Configure list of domains

The eping-domain-options variable is a list of domains. When the user runs the ping function they are prompted to select from this list. The user can configure this to be a list of domains of their choice. Here is an example:

(setq eping-domain-options
  '("haskell.org" "idris-lang.org" "rust-lang.org"))

4.2 Configure number of pings

The eping-domain-options variable is a list of number strings. When the user runs the ping function they are prompted to select from this list. The user can configure this to be a list of number strings of their choice. Here is an example:

(setq eping-number-pings-options '("10" "20" "30"))