1 USING: help help.syntax help.markup ;
4 ARTICLE: "editors.emacs" "Integration with Emacs"
5 "Put this in your " { $snippet ".emacs" } " file:"
6 { $code "(server-start)" }
7 "If you would like a new window to open when you ask Factor to edit an object, put this in your " { $snippet ".emacs" } " file:"
8 { $code "(setq server-window 'switch-to-buffer-other-frame)" }
9 { $see-also "editor" } ;
11 ABOUT: "editors.emacs"