]> gitweb.factorcode.org Git - factor.git/blob - extra/editors/emacs/emacs-docs.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / extra / editors / emacs / emacs-docs.factor
1 USING: help help.syntax help.markup ;
2
3 ARTICLE: { "emacs" "emacs" } "Integration with Emacs"
4
5 "Put this in your .emacs file:"
6
7 { $code "(server-start)" }
8
9 "If you would like a new window to open when you ask Factor to edit an object, put this in your .emacs file:"
10
11 { $code "(setq server-window 'switch-to-buffer-other-frame)" }
12
13 { $see-also "editor" } ;