# HG changeset patch # User IBBoard # Date 1522693296 -3600 # Node ID 411e0a1c4382ff24ca667759d3f6193dbf0b9176 # Parent 5f2c5800fa8a604c1e7d9a71951c689868ec91d0 Hide warnings and solve cross-version compatibility diff -r 5f2c5800fa8a -r 411e0a1c4382 nanorc --- a/nanorc Mon Apr 02 17:30:20 2018 +0100 +++ b/nanorc Mon Apr 02 19:21:36 2018 +0100 @@ -1,7 +1,14 @@ 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 autoindent +set constantshow ## Nanorc files include "~/.nanorc.d/nanorc.nanorc"