No subject


Tue Nov 30 21:47:11 CET 2010


                                   ;Default behaviour is to always
jump to the GHCi window.
                                   ;Jump back automatically unless errors.
                                   (defadvice haskell-ghci-load-file
(after name)
                                     (other-window 1))
                                   (ad-activate 'haskell-ghci-load-file t)

-- 
gwern
http://www.gwern.net



More information about the Haskell-Cafe mailing list