From e18c1a01542055492491c6650d2f8e637fed6108 Mon Sep 17 00:00:00 2001 From: Mason Bially Date: Tue, 24 Jun 2014 17:43:33 -0700 Subject: [PATCH] Update recipies.rst with correct notepad++ options. --- docs/recipes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/recipes.rst b/docs/recipes.rst index 5d40660c..ffcc0643 100644 --- a/docs/recipes.rst +++ b/docs/recipes.rst @@ -82,6 +82,6 @@ To set `Notepad++ `_ as your editor, edit the jrn .. code-block:: javascript - "editor": "C:\\Program Files (x86)\\Notepad++\\notepad++.exe -multiInst", + "editor": "C:\\Program Files (x86)\\Notepad++\\notepad++.exe -multiInst -nosession", -The double backslashes are needed so jrnl can read the file path correctly. The ``-multiInst`` option will cause jrnl to open its own Notepad++ window. +The double backslashes are needed so jrnl can read the file path correctly. The ``-multiInst -nosession`` options will cause jrnl to open its own Notepad++ window.