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