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.
- Host: GitHub
- URL: https://github.com/datakinds/charm-mode
- Owner: DataKinds
- Created: 2018-04-04T07:54:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T08:43:01.000Z (about 7 years ago)
- Last Synced: 2025-01-29T11:45:48.717Z (4 months ago)
- Topics: charm, emacs, esolang, functional-programming, major-mode, stack-based
- Language: Emacs Lisp
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```