factor/extra/editors/emacs/emacs-docs.factor

14 lines
355 B
Factor
Raw Normal View History

2007-09-20 18:09:08 -04:00
USING: help help.syntax help.markup ;
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" } ;