Variable: eudc-options-file

eudc-options-file is a customizable variable defined in eudc-vars.el.gz.

Value

"~/.emacs.d/eudc-options"

Documentation

A file where the servers hotlist is stored.

See eudc-ignore-options-file.

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

Probably introduced at or before Emacs version 25.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/eudc-vars.el.gz
(defcustom eudc-options-file
  (locate-user-emacs-file "eudc-options" ".eudc-options")
  "A file where the `servers' hotlist is stored.
See `eudc-ignore-options-file'."
  :type '(file :Tag "File Name:")
  :version "25.1")