/wal-major-mode

An Emacs major mode for WAL

Primary LanguageEmacs LispBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

wal-major-mode

MELPA

An Emacs major mode for WAL.

Installation

From MELPA

WAL mode can be installed directly from MELPA after adding the MELPA repository to your EMACS.

The recommended way of installaing WAL mode is by using use-package (use-package wal-mode).

Alternatively, WAL mode can be installed manually using package-install using M-x package-install RET wal-mode RET.

From Source

To install clone this repository and add the directory to your emacs load-path in your emacs init file.

(add-to-list 'load-path "~/path/to/wal-major-mode/")
(require 'wal-mode)

Usage

Once installed the WAL major mode should automatically start once you open a ".wal" file, if not it can be started with wal-mode. To start the WAL interpreter execute run-wal. The current buffer can be evaluated using wal-eval-buffer.

Keybindings

M-<tab>       auto completion
C-x C-e       evaluate last expression
C-M-x         evaluate next expression