Setting up Egison mode on your Emacs

Here is the newest version of egison-mode.el. Please put it in your load-path of Emacs.
Then, add the following lines in your .emacs.

(autoload 'egison-mode "egison-mode" "Major mode for editing Egison code." t)
(setq auto-mode-alist
(cons `("\\.egi$" . egison-mode) auto-mode-alist))

The following is a sample view of Egison mode on Emacs.

What to do next...

View Demonstrations Back to Home