From e0a1aeebe2fdec31c24203f6ec2bb29c42f21e2d Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Wed, 14 Sep 2016 08:07:12 -0500 Subject: [PATCH] Add syntax highlighting to .nanorc --- .nanorc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.nanorc b/.nanorc index 28f0b27..aadcab9 100644 --- a/.nanorc +++ b/.nanorc @@ -15,3 +15,5 @@ set nowrap ## Enable smooth line scrolling set smooth +# Include files for syntax highlighting +include "/usr/share/nano/*.nanorc"