From 95a793f050862305fdc05a467808191ac12010b6 Mon Sep 17 00:00:00 2001 From: Garth Kidd Date: Wed, 27 May 2015 15:31:17 +1000 Subject: [PATCH] Fix settings docs: seongjaelee/notational-velocity#15 --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4e6640..f6a7715 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,15 @@ We do believe Notational Velocity is the precursor of the famous note-taking app ## Settings -- `Note Directory`: The directory to archive notes. +To configure your note directory, set `notational-velocity.directory`: + +* Open your `~/.atom/config.cson` file via *Atom > Open Your Config* +* Append the following lines, indented one step in from `*` at the top: + + 'notational-velocity': + directory: '/path/to/your/notes' + +Double-quotes also work. ## Key Bindings