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