editors.emacs: change emacsclient-args to fully override default arguments.

handle-patch-and-put
John Benediktsson 2018-09-03 08:06:26 -07:00
parent d4729bdde2
commit a51fd04d0b
1 changed files with 1 additions and 3 deletions

View File

@ -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 ;