Bug fixes for lcs.diff2html; xml.writer
[factor/jcg.git] / basis / editors / emacs / emacs-docs.factor
blobf55068e143d542c51b8afe7b8df60af48683b6a4
1 USING: help help.syntax help.markup ;
2 IN: editors.emacs
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"