summaryrefslogtreecommitdiff
path: root/devdocs/elisp/customization.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/customization.html
new repository
Diffstat (limited to 'devdocs/elisp/customization.html')
-rw-r--r--devdocs/elisp/customization.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/devdocs/elisp/customization.html b/devdocs/elisp/customization.html
new file mode 100644
index 00000000..84d21dd8
--- /dev/null
+++ b/devdocs/elisp/customization.html
@@ -0,0 +1,36 @@
+ <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 &copy; 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>