summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-10-04 16:10:57 +0100
committerLars Wirzenius <liw@liw.fi>2013-10-04 16:10:57 +0100
commit8e7fef3d2f1aac045d3d6d80eff55172b2929d6e (patch)
tree9304cddf8e89ac6c767e56b79f3e9d8a23921e31
parenta491678d4606e9f0da14ad80a119f76c48e281d0 (diff)
downloadliw-automation-8e7fef3d2f1aac045d3d6d80eff55172b2929d6e.tar.gz
Use sensible-editor instead of gedit
-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: