DataKinds / charm-mode

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

charm-mode is an emacs mode for writing 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)

About

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


Languages

Language:Emacs Lisp 100.0%