Variable: global-subword-mode
global-subword-mode is a customizable variable defined in
subword.el.gz.
Value
nil
Documentation
Non-nil if Global Subword mode is enabled.
See the global-subword-mode(var)/global-subword-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-subword-mode(var)/global-subword-mode(fun).
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/subword.el.gz
;;;###autoload
(define-globalized-minor-mode global-subword-mode subword-mode
(lambda () (subword-mode 1))
:group 'convenience)