Skip to content

Commit

Permalink
editors.emacs: pass alternative-editor param in case emacs isn't running
Browse files Browse the repository at this point in the history
  • Loading branch information
bjourne committed Jul 29, 2016
1 parent b2ed71e commit 5c11451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions basis/editors/emacs/emacs.factor
Expand Up @@ -22,6 +22,7 @@ M: windows find-emacsclient
M: emacsclient editor-command ( file line -- command )
[
emacsclient-path get [ find-emacsclient ] unless* ,
"-a=emacs" ,
"--no-wait" ,
number>string "+" prepend ,
,
Expand Down

0 comments on commit 5c11451

Please sign in to comment.