1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-27 23:56:04 -07:00

* custom.texi (Custom Themes): `load-theme' always loads.

This commit is contained in:
Chong Yidong 2005-12-24 17:35:22 +00:00
parent 94e7daf7b2
commit 3a5050af4c
2 changed files with 10 additions and 7 deletions

View file

@ -1,3 +1,7 @@
2005-12-24 Chong Yidong <cyd@stupidchicken.com>
* custom.texi (Custom Themes): `load-theme' always loads.
2005-12-23 Juri Linkov <juri@jurta.org>
* display.texi (Highlight Interactively): Use double space to

View file

@ -706,13 +706,12 @@ file @file{@var{foo}-theme.el}, in the directory @file{~/.emacs.d/}
@findex enable-theme
@findex disable-theme
You can load the themes you've previously defined with the command
@code{load-theme}. It prompts for a theme name in the minibuffer,
then loads that theme if it isn't already loaded. It also
@dfn{enables} the theme, which means putting its settings into effect.
An enabled theme can be @dfn{disabled} with the command
@kbd{M-x disable-theme}; this returns the options specified in the
theme to their original values. To re-enable the theme, use the
command @kbd{M-x enable-theme}.
@code{load-theme}. It prompts for a theme name in the minibuffer, and
loads that theme from the theme file. It also @dfn{enables} the
theme, which means putting its settings into effect. An enabled theme
can be @dfn{disabled} with the command @kbd{M-x disable-theme}; this
returns the options specified in the theme to their original values.
To re-enable the theme, use the command @kbd{M-x enable-theme}.
To enable a Custom theme named @var{foo} whenever Emacs is started up,
add the line @code{(load-theme '@var{foo})} to your @file{.emacs} file