diff options
| author | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
| commit | 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch) | |
| tree | 158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/elisp/customization.html | |
| parent | 9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff) | |
| download | dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip | |
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/elisp/customization.html')
| -rw-r--r-- | devdocs/elisp/customization.html | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/devdocs/elisp/customization.html b/devdocs/elisp/customization.html deleted file mode 100644 index 84d21dd8..00000000 --- a/devdocs/elisp/customization.html +++ /dev/null @@ -1,36 +0,0 @@ - <h2 class="chapter">Customization Settings</h2> <p>Users of Emacs can customize variables and faces without writing Lisp code, by using the Customize interface. See <a href="https://www.gnu.org/software/emacs/manual/html_node/emacs/Easy-Customization.html#Easy-Customization">Easy Customization</a> in <cite>The GNU Emacs Manual</cite>. This chapter describes how to define <em>customization items</em> that users can interact with through the Customize interface. </p> <p>Customization items include customizable variables, which are defined with the <code>defcustom</code> macro; customizable faces, which are defined with <code>defface</code> (described separately in <a href="defining-faces">Defining Faces</a>); and <em>customization groups</em>, defined with <code>defgroup</code>, which act as containers for groups of related customization items. </p> <table class="menu" border="0" cellspacing="0"> <tr> -<td align="left" valign="top">• <a href="common-keywords" accesskey="1">Common Keywords</a> -</td> -<td> </td> -<td align="left" valign="top">Common keyword arguments for all kinds of customization declarations. </td> -</tr> <tr> -<td align="left" valign="top">• <a href="group-definitions" accesskey="2">Group Definitions</a> -</td> -<td> </td> -<td align="left" valign="top">Writing customization group definitions. </td> -</tr> <tr> -<td align="left" valign="top">• <a href="variable-definitions" accesskey="3">Variable Definitions</a> -</td> -<td> </td> -<td align="left" valign="top">Declaring user options. </td> -</tr> <tr> -<td align="left" valign="top">• <a href="customization-types" accesskey="4">Customization Types</a> -</td> -<td> </td> -<td align="left" valign="top">Specifying the type of a user option. </td> -</tr> <tr> -<td align="left" valign="top">• <a href="applying-customizations" accesskey="5">Applying Customizations</a> -</td> -<td> </td> -<td align="left" valign="top">Functions to apply customization settings. </td> -</tr> <tr> -<td align="left" valign="top">• <a href="custom-themes" accesskey="6">Custom Themes</a> -</td> -<td> </td> -<td align="left" valign="top">Writing Custom themes. </td> -</tr> </table><div class="_attribution"> - <p class="_attribution-p"> - Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br> - <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Customization.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Customization.html</a> - </p> -</div> |
