factor/libs/emacs/emacs.facts

13 lines
330 B
Plaintext
Raw Normal View History

USING: help ;
ARTICLE: { "emacs" "emacs" } "Integration with Emacs"
"Put this in your .emacs file:"
{ $code "(server-start)" }
"If you would like a new window to open when you ask Factor to edit an object, put this in your .emacs file:"
{ $code "(setq server-window 'switch-to-buffer-other-frame)" }
{ $see-also "editor" } ;