view nanorc @ 93:411e0a1c4382

Hide warnings and solve cross-version compatibility
author IBBoard <dev@ibboard.co.uk>
date Mon, 02 Apr 2018 19:21:36 +0100
parents 5f2c5800fa8a
children ac4d97a07527
line wrap: on
line source

set nowrap
set nonewlines
set autoindent

## Set quiet mode to deal with differences between Desktop and Server version support
set quiet

## Set "constantly display cursor position" in old and new format
## "set quiet" prevents this causing warnings
set const
set constantshow

## Nanorc files
include "~/.nanorc.d/nanorc.nanorc"

## Patch files
include "~/.nanorc.d/patch.nanorc"

## Perl
include "/usr/share/nano/perl.nanorc"

## Python
include "~/.nanorc.d/python.nanorc"

## Ruby
include "/usr/share/nano/ruby.nanorc"

## PHP (and HTML)
include "~/.nanorc.d/php.nanorc"

## Bourne shell scripts
include "~/.nanorc.d/sh.nanorc"