mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Merge pull request #180 from mason-bially/master
Update recipies.rst with correct notepad++ options.
This commit is contained in:
commit
36ac62928b
1 changed files with 2 additions and 2 deletions
|
@ -82,6 +82,6 @@ To set `Notepad++ <http://notepad-plus-plus.org/>`_ 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue