Function: bubbles-set-graphics-theme-circles

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

Signature

(bubbles-set-graphics-theme-circles)

Documentation

Set graphics theme to circles.

Key Bindings

Source Code

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