factor/basis/editors/emacs/emacs-docs.factor

11 lines
425 B
Factor
Raw Normal View History

2007-09-20 18:09:08 -04:00
USING: help help.syntax help.markup ;
2008-11-28 00:28:32 -05:00
IN: editors.emacs
2007-09-20 18:09:08 -04:00
2008-11-28 00:28:32 -05:00
ARTICLE: "editors.emacs" "Integration with Emacs"
"Put this in your " { $snippet ".emacs" } " file:"
2007-09-20 18:09:08 -04:00
{ $code "(server-start)" }
2008-11-28 00:28:32 -05:00
"If you would like a new window to open when you ask Factor to edit an object, put this in your " { $snippet ".emacs" } " file:"
2007-09-20 18:09:08 -04:00
{ $code "(setq server-window 'switch-to-buffer-other-frame)" }
{ $see-also "editor" } ;
2008-11-28 00:28:32 -05:00
ABOUT: "editors.emacs"