Skip to content

LucasKl/wal-major-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An Emacs major mode for WAL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages