diff options
author | Celeste <colean@colean.cc> | 2022-02-21 20:58:47 +0000 |
---|---|---|
committer | Celeste <colean@colean.cc> | 2022-02-21 20:58:47 +0000 |
commit | 2824ef6bf0a3e7215f9ef7705989310174f7caa3 (patch) | |
tree | 7fa3f742c200eff19227c77cf48c5e3ed40f214e | |
parent | bd65f739c0c701c24e1b685ae94e89a5906bd4cf (diff) |
add nanorc
warning to all those looking: this nanorc is made for a build of nano using a patch that adds little symbols to whitespaces and makes them grey so your nano won't like this unless it has the whitespace display patch
-rw-r--r-- | .nanorc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +set whitespacedisplay +syntax "default" +color grey "\s+" |