mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; newcomers-presets: Mention using copy-theme-options.
This commit is contained in:
parent
c709b66dcb
commit
49c6767723
|
|
@ -91,7 +91,12 @@ This minor mode will enable and disable the theme on startup."
|
||||||
|
|
||||||
;;;###theme-autoload
|
;;;###theme-autoload
|
||||||
(deftheme newcomers-presets
|
(deftheme newcomers-presets
|
||||||
"Theme of user options settings interesting for newcomers."
|
"Theme of user options settings interesting for newcomers.
|
||||||
|
|
||||||
|
The functionality enabled by this theme will change between releases of
|
||||||
|
Emacs. Therefore, if you get used to these presets, **you should copy
|
||||||
|
them into your own configuration and then disable this theme again.**
|
||||||
|
You can use \\[copy-theme-options] to do this."
|
||||||
:kind 'user-options)
|
:kind 'user-options)
|
||||||
|
|
||||||
(custom-theme-set-variables
|
(custom-theme-set-variables
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue