Function: bubbles-set-game-userdefined

bubbles-set-game-userdefined is an interactive and byte-compiled function defined in bubbles.el.gz.

Signature

(bubbles-set-game-userdefined)

Documentation

Set game theme to user-defined.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/play/bubbles.el.gz
(defun bubbles-set-game-userdefined ()
  "Set game theme to `user-defined'."
  (interactive)
  (setq bubbles-game-theme 'user-defined)
  (bubbles))