Switch the default editor for less to nano. It was defaulting to vi.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36426 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matt Madia 2010-04-23 07:44:02 +00:00
parent ccb3f07a14
commit 21e8281bd7
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@
/* Define EDIT_PGM to your editor. */
#define EDIT_PGM "vi"
#define EDIT_PGM "nano"
/* Define HAVE_CONST if your compiler supports the "const" modifier. */
#define HAVE_CONST 1