yi-0.6.2.4: The Haskell-Scriptable Editor

Yi.Main

Description

This is the main module of Yi, called with configuration from the user. Here we mainly process command line arguments.

Synopsis

Documentation

main :: Config -> Maybe Editor -> IO ()Source

Static main. This is the front end to the statically linked application, and the real front end, in a sense. dynamic_main calls this after setting preferences passed from the boot loader.