Variable: ido-use-url-at-point

ido-use-url-at-point is a customizable variable defined in ido.el.gz.

Value

nil

Documentation

Non-nil means that ido shall look for a URL at point.

If found, call find-file-at-point to visit it.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-use-url-at-point nil
  "Non-nil means that ido shall look for a URL at point.
If found, call `find-file-at-point' to visit it."
  :type 'boolean)