Skip to content

Commit

Permalink
editors.emacs: change emacsclient-args to fully override default argu…
Browse files Browse the repository at this point in the history
…ments.
  • Loading branch information
mrjbq7 committed Sep 3, 2018
1 parent d4729bd commit a51fd04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions basis/editors/emacs/emacs.factor
Expand Up @@ -23,9 +23,7 @@ M: windows find-emacsclient
M: emacsclient editor-command ( file line -- command )
[
emacsclient-path get [ find-emacsclient ] unless* ,
emacsclient-args get %
"-a=emacs" ,
"--no-wait" ,
emacsclient-args get [ { "-a=emacs" "--no-wait" } ] unless* %
number>string "+" prepend ,
,
] { } make ;

0 comments on commit a51fd04

Please sign in to comment.