Function: bubbles-set-game-medium
bubbles-set-game-medium is an interactive and byte-compiled function
defined in bubbles.el.gz.
Signature
(bubbles-set-game-medium)
Documentation
Set game theme to medium.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/play/bubbles.el.gz
(defun bubbles-set-game-medium ()
"Set game theme to `medium'."
(interactive)
(setq bubbles-game-theme 'medium)
(bubbles))