Variable: global-goto-address-mode
global-goto-address-mode is a customizable variable defined in
goto-addr.el.gz.
Value
nil
Documentation
Non-nil if Global Goto-Address mode is enabled.
See the global-goto-address-mode(var)/global-goto-address-mode(fun) command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node (emacs)Easy Customization)
or call the function global-goto-address-mode(var)/global-goto-address-mode(fun).
This variable was added, or its default value changed, in Emacs 28.1.
Probably introduced at or before Emacs version 28.1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/net/goto-addr.el.gz
;;;###autoload
(define-globalized-minor-mode global-goto-address-mode
goto-address-mode goto-addr-mode--turn-on
:version "28.1")