Function: global-goto-address-mode
global-goto-address-mode is an autoloaded, interactive and
byte-compiled function defined in goto-addr.el.gz.
Signature
(global-goto-address-mode &optional ARG)
Documentation
Toggle Goto-Address mode in all buffers.
With prefix ARG, enable Global Goto-Address mode if ARG is positive; otherwise, disable it.
If called from Lisp, toggle the mode if ARG is toggle.
Enable the mode if ARG is nil, omitted, or is a positive number.
Disable the mode if ARG is a negative number.
Goto-Address mode is enabled in all buffers where
goto-addr-mode--turn-on would do it.
See goto-address-mode(var)/goto-address-mode(fun) for more information on Goto-Address mode.
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")