diff --git a/files/.nanorc b/files/.nanorc index ed8835d..17dd1e6 100644 --- a/files/.nanorc +++ b/files/.nanorc @@ -14,12 +14,12 @@ ## When soft line wrapping is enabled, make it wrap lines at blanks ## (tabs and spaces) instead of always at the edge of the screen. -# set atblanks +set atblanks ## Automatically indent a newly created line to the same number of ## tabs and/or spaces as the preceding line -- or as the next line ## if the preceding line is the beginning of a paragraph. -# set autoindent +set autoindent ## Back up files to the current filename plus a tilde. # set backup @@ -102,7 +102,7 @@ set linenumbers # set multibuffer ## Don't convert files from DOS/Mac format. -# set noconvert +set noconvert ## Don't display the helpful shortcut lists at the bottom of the screen. # set nohelp