Skip to content

Commit

Permalink
fixes #27
Browse files Browse the repository at this point in the history
  • Loading branch information
fk128 committed Jun 4, 2015
1 parent 1f5c5c2 commit c484ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def async_open(self, file_path):
class NotesNewCommand(sublime_plugin.ApplicationCommand):

def run(self, title=None):
root = settings().get("root")
root = get_root()
self.notes_dir = os.path.expanduser(root)

self.window = sublime.active_window()
Expand Down

0 comments on commit c484ec7

Please sign in to comment.