项目作者: DataKinds

项目描述 :
Emacs mode for editing https://github.com/Aearnus/charm files.
高级语言: Emacs Lisp
项目地址: git://github.com/DataKinds/charm-mode.git
创建时间: 2018-04-04T07:54:42Z
项目社区:https://github.com/DataKinds/charm-mode

开源协议:

下载


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:

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