Skip to content

DataKinds/charm-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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)