<sect2>
<title>Configuring nano</title>

<sect3><title>Config files</title>
<para><filename>/etc/nanorc</filename>, <filename>~/.nanorc</filename></para>

<para>Example Configuration</para>

<screen><userinput>set autoindent
set const
set fill 72
set historylog
set multibuffer
set nohelp
set regexp
set smooth
set suspend</userinput></screen>

<para>Another example is in the <filename
class="directory">/usr/share/doc/nano/examples</filename> directory in
the <filename>nanorc.sample</filename> file.  It includes color
configurations and has some documentation included in the
comments.</para>
</sect3>
</sect2>