An open API service indexing awesome lists of open source software.

https://github.com/datakinds/charm-mode

Emacs mode for editing https://github.com/Aearnus/charm files.
https://github.com/datakinds/charm-mode

charm emacs esolang functional-programming major-mode stack-based

Last synced: about 2 months ago
JSON representation

Emacs mode for editing https://github.com/Aearnus/charm files.

Awesome Lists containing this project

README

        

**charm-mode** is an emacs mode for writing [Charm](https://github.com/aearnus/charm) files with syntax highlighting and on-the-fly interpretation. As of right now, it is extremely bare.

## Installation

Drop `charm-mode.el` into your `~/emacs.d/` directory, then add the following lines to your `.emacs` file:

```
(add-to-list 'load-path "~/.emacs.d/")
(require 'charm-mode)
```