view nanorc @ 136:fcd34011b0f0

Fix hg prompt functionality for Python 3.8 Includes Mathieu Clabaut's Python 3.8 patch (https://bitbucket.org/sjl/hg-prompt/issues/45/python-38-port) and reverts 0850e9a3 where the author stripped incoming/outgoing functionality (because I use it)
author IBBoard <dev@ibboard.co.uk>
date Sat, 18 Jan 2020 20:00:20 +0000
parents 38e63e27f3da
children 078d269af1ca
line wrap: on
line source

set nowrap
set nonewlines
set autoindent
# Note: This won't work in older Nano, but if we include "set const" then newer Nano complains
#       DESPITE including "set quiet" later
set constantshow

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

## 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"

## CSS
include "~/.nanorc.d/css.nanorc"

## JavaScript
include "~/.nanorc.d/javascript.nanorc"

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

## XML
include "~/.nanorc.d/xml.nanorc"