comparison nanorc @ 153:078d269af1ca

Remove "quiet" in Nano since it is noisy Versions have updated enough that the server isn't noisy and the desktop *is* noisy because "quiet" has gone!
author IBBoard <dev@ibboard.co.uk>
date Tue, 11 Jan 2022 21:01:39 +0000
parents 38e63e27f3da
children bb0e1239a611
comparison
equal deleted inserted replaced
152:510c38f1cfc2 153:078d269af1ca
2 set nonewlines 2 set nonewlines
3 set autoindent 3 set autoindent
4 # Note: This won't work in older Nano, but if we include "set const" then newer Nano complains 4 # Note: This won't work in older Nano, but if we include "set const" then newer Nano complains
5 # DESPITE including "set quiet" later 5 # DESPITE including "set quiet" later
6 set constantshow 6 set constantshow
7
8 ## Set quiet mode to deal with differences between Desktop and Server version support
9 set quiet
10 7
11 ## Nanorc files 8 ## Nanorc files
12 include "~/.nanorc.d/nanorc.nanorc" 9 include "~/.nanorc.d/nanorc.nanorc"
13 10
14 ## Patch files 11 ## Patch files