better fix for emacs

db4
Doug Coleman 2008-11-12 01:14:19 -06:00
parent 9656ce2e65
commit 44b0cf94ab
1 changed files with 1 additions and 3 deletions

View File

@ -4,14 +4,12 @@ IN: editors.emacs
: emacsclient ( file line -- )
[
\ emacsclient get ,
\ emacsclient get "emacsclient" or ,
"--no-wait" ,
"+" swap number>string append ,
,
] { } make try-process ;
\ emacsclient "emacsclient" set-global
: emacs ( word -- )
where first2 emacsclient ;