]> gitweb.factorcode.org Git - factor.git/commitdiff
made editors.emacs load windows file on windows
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 23 Feb 2009 16:35:42 +0000 (10:35 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 23 Feb 2009 16:35:42 +0000 (10:35 -0600)
basis/editors/emacs/emacs.factor

index fa717a70fa03f39885da19c4c30c7b8f8bd004f0..05b879770e6317c2a5a4ff9fbb6d9cace98e133d 100644 (file)
@@ -1,6 +1,6 @@
 USING: definitions io.launcher kernel parser words sequences math
 math.parser namespaces editors make system combinators.short-circuit
-fry threads ;
+fry threads vocabs.loader ;
 IN: editors.emacs
 
 SYMBOL: emacsclient-path
@@ -22,3 +22,5 @@ M: object default-emacsclient ( -- path ) "emacsclient" ;
     where first2 emacsclient ;
 
 [ emacsclient ] edit-hook set-global
+
+os windows? [ "editors.emacs.windows" require ] when