Variable: global-superword-mode

global-superword-mode is a customizable variable defined in subword.el.gz.

Value

nil

Documentation

Non-nil if Global Superword mode is enabled.

See the global-superword-mode(var)/global-superword-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-superword-mode(var)/global-superword-mode(fun).

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/subword.el.gz
;;;###autoload
(define-globalized-minor-mode global-superword-mode superword-mode
  (lambda () (superword-mode 1))
  :group 'convenience)