From 23461066517a9115dcf1513628e485438dd3a1b2 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Wed, 22 Dec 2021 19:27:52 -0500 Subject: [PATCH] Add nano. --- nano/nanorc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nano/nanorc diff --git a/nano/nanorc b/nano/nanorc new file mode 100644 index 0000000..ffcc532 --- /dev/null +++ b/nano/nanorc @@ -0,0 +1,6 @@ +# Display the cursor position. +set constantshow + +# Set spelling program. +set speller "aspell -x -c" +