Remove opening sublime in new window
This commit is contained in:
2
diary.py
2
diary.py
@ -62,7 +62,7 @@ def touch_file(full_path):
|
||||
|
||||
|
||||
def run_editor(full_path):
|
||||
subprocess.Popen(['subl', '--new-window', full_path])
|
||||
subprocess.Popen(['subl', full_path])
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Reference in New Issue
Block a user