Variable: only-global-abbrevs

only-global-abbrevs is a customizable variable defined in abbrev.el.gz.

Value

nil

Documentation

Non-nil means user plans to use only global abbrevs.

This makes the commands that normally define mode-specific abbrevs define global abbrevs instead.

Source Code

;; Defined in /usr/src/emacs/lisp/abbrev.el.gz
(defcustom only-global-abbrevs nil
  "Non-nil means user plans to use only global abbrevs.
This makes the commands that normally define mode-specific abbrevs
define global abbrevs instead."
  :type 'boolean
  :group 'abbrev-mode
  :group 'convenience)