Agda
Safe HaskellNone
LanguageHaskell2010

Agda.Setup.EmacsMode

Description

Setup up the emacs mode for Agda.

Synopsis

Documentation

help :: String Source #

Help topic for --emacs-mode.

Locate

printEmacsModeFile :: IO () Source #

Prints out the path to the Agda mode's main file (using UTF-8 and without any trailing newline).

Setup

setupDotEmacs :: String -> IO () Source #

Tries to set up the Agda mode in the given .emacs file.

Compile

compileElispFiles :: IO () Source #

Tries to compile the Agda mode's Emacs Lisp files.

Utilities