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