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