summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/journal-note2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/journal-note b/scripts/journal-note
index 6efd8c2..f28aaa1 100755
--- a/scripts/journal-note
+++ b/scripts/journal-note
@@ -75,7 +75,7 @@ class App(object):
return os.path.join(opts.base, 'drafts', '%s.mdwn' % draft_id)
def gedit_file(self, pathname):
- subprocess.check_call(['gedit', '--new-window', pathname])
+ subprocess.check_call(['sensible-editor', pathname])
def new_entry(self, args, opts):
if not args: