contrib/emacs/ fix
parent
fb6eb27869
commit
111afa499a
|
@ -3,8 +3,8 @@ USING: kernel modules words ;
|
||||||
REQUIRES: automata boids cairo calendar concurrency coroutines
|
REQUIRES: automata boids cairo calendar concurrency coroutines
|
||||||
crypto dlists emacs embedded gap-buffer hexdump httpd jedit
|
crypto dlists emacs embedded gap-buffer hexdump httpd jedit
|
||||||
json lambda lazy-lists math parser-combinators postgresql
|
json lambda lazy-lists math parser-combinators postgresql
|
||||||
process random-tester slate space-invaders splay-trees sqlite
|
process random-tester rss serialize slate space-invaders
|
||||||
topology units vars vim ;
|
splay-trees sqlite topology units vars vim ;
|
||||||
|
|
||||||
"x11" vocab [
|
"x11" vocab [
|
||||||
"factory" require
|
"factory" require
|
||||||
|
|
|
@ -11,6 +11,6 @@ number>string "emacsclient --no-wait +" swap append " " rot append3 system ;
|
||||||
: emacs ( word -- )
|
: emacs ( word -- )
|
||||||
where first2 emacsclient ;
|
where first2 emacsclient ;
|
||||||
|
|
||||||
[ emacsclient ] edit-hook set
|
[ emacsclient ] edit-hook set-global
|
||||||
|
|
||||||
PROVIDE: emacs ;
|
PROVIDE: emacs ;
|
Loading…
Reference in New Issue