14 lines
		
	
	
		
			355 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			355 B
		
	
	
	
		
			Factor
		
	
	
|  | 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" } ;
 |