An Emacs major mode for WAL.
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
.
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)
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
.
M-<tab> auto completion
C-x C-e evaluate last expression
C-M-x evaluate next expression