]> git.wh0rd.org Git - nano.git/commitdiff
Sample file nanorc.sample added to dist (ad Makefile.am)
authorChris Allegretta <chrisa@asty.org>
Sat, 26 May 2001 04:18:54 +0000 (04:18 +0000)
committerChris Allegretta <chrisa@asty.org>
Sat, 26 May 2001 04:18:54 +0000 (04:18 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@671 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Makefile.am
Makefile.in
nanorc.sample [new file with mode: 0644]

index 97d929034a9253a0e366b61e9e5a75f3ab5364f0..cd5dc4eb3aa5f4e9952b78b8247e24f67b6df266 100644 (file)
@@ -21,7 +21,7 @@ MAKEINFO = makeinfo --no-split
 
 EXTRA_DIST =   AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README \
                TODO install-sh missing mkinstalldirs nano.1 nano.1.html \
-               faq.html
+               faq.html nanorc.sample
 
 SUBDIRS = po intl
 
index e4498f529ae4ef5ebaefcb62f980d6e3166a787f..439c29fd2f8d6a7e925150455f599a6b5c0601c5 100644 (file)
@@ -96,7 +96,7 @@ nano_LDADD = @INTLLIBS@
 info_TEXINFOS = nano.texi
 MAKEINFO = makeinfo --no-split
 
-EXTRA_DIST = AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README                TODO install-sh missing mkinstalldirs nano.1 nano.1.html                faq.html
+EXTRA_DIST = AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README                TODO install-sh missing mkinstalldirs nano.1 nano.1.html                faq.html nanorc.sample
 
 
 SUBDIRS = po intl
diff --git a/nanorc.sample b/nanorc.sample
new file mode 100644 (file)
index 0000000..bb90211
--- /dev/null
@@ -0,0 +1,43 @@
+# Sample initialization file for GNU nano
+# Please note that you must have configured nano with 
+# --enable-nanorc for this file to be read!
+
+# Use regular expressions by default 
+# set regexp 
+
+# Constantly update the cursor position
+# set const
+
+# Use cut to end of line with ^K by default
+# set cut
+
+# Use Auto-indentation
+# set autoindent
+
+# Don't follow symlinks when writing files
+# set nofollow
+
+# Use Pico Compatibility mode for ths shortcut lists and search text
+# set pico
+
+# Use this value instead of the default
+# set fill -8
+
+# Use this spelling checker instead of the default one
+# set speller aspell
+
+# Save automatically on exit, don't prompt
+# set tempfile
+
+# Disallow file modification, why would you want this in an rc file? ;)
+# set view
+
+# Don't wrap text at all
+# set nowrap
+
+# Don't display the help lists at the bottom of the screen
+# set nohelp
+
+# Allow nano to be suepended with ^Z
+# set suspend
+