Function: bubbles-set-graphics-theme-squares

bubbles-set-graphics-theme-squares is an interactive and byte-compiled function defined in bubbles.el.gz.

Signature

(bubbles-set-graphics-theme-squares)

Documentation

Set graphics theme to squares.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/play/bubbles.el.gz
(defun bubbles-set-graphics-theme-squares ()
  "Set graphics theme to `squares'."
  (interactive nil bubbles-mode)
  (setq bubbles-graphics-theme 'squares)
  (bubbles--initialize-images)
  (bubbles--update-faces-or-images))