Variable: global-window-tool-bar-mode

global-window-tool-bar-mode is a customizable variable defined in window-tool-bar.el.gz.

Value

nil

Documentation

Non-nil if Global Window-Tool-Bar mode is enabled.

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

This variable was added, or its default value changed, in window-tool-bar version 0.1.

View in manual

Probably introduced at or before Emacs version 30.1.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/window-tool-bar.el.gz
;;;###autoload
(define-globalized-minor-mode global-window-tool-bar-mode
  window-tool-bar-mode window-tool-bar--turn-on
  :group 'window-tool-bar
  :package-version '(window-tool-bar . "0.1")
  (add-hook 'isearch-mode-hook #'window-tool-bar--turn-on)
  (add-hook 'isearch-mode-end-hook #'window-tool-bar--turn-on))