GNU Emacs Manual. Node: Easy Customization

PREVExamining UPVariables NEXTHooks

28.2.2: Easy Customization Interface

A convenient way to find the user option variables that you want to change, and then change them, is with M-x customize. This command creates a customization buffer with which you can browse through the Emacs user options in a logically organized structure, then edit and set their values. You can also use the customization buffer to save settings permanently. (Not all Emacs user options are included in this structure as of yet, but we are adding the rest.)

  • Groups How options are classified in a structure.
  • Changing an Option How to edit a value and set an option.
  • Face Customization How to edit the attributes of a face.
  • Specific Customization Making a customization buffer for specific options, faces, or groups.
  • PREVExamining UPVariables NEXTHooks