Function: custom-theme-save

custom-theme-save is an interactive and byte-compiled function defined in cus-theme.el.gz.

Signature

(custom-theme-save &rest IGNORE)

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/cus-theme.el.gz
(defun custom-theme-save (&rest _ignore)
  (interactive)
  (customize-save-variable 'custom-enabled-themes custom-enabled-themes)
  (message "Custom themes saved for future sessions."))