source: CIVL/emacs/README.md@ fbc5eb8

1.23 2.0 main test-branch
Last change on this file since fbc5eb8 was b231753, checked in by Manchun Zheng <zmanchun@…>, 12 years ago

checked in emacs mode.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@749 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100755
File size: 660 bytes
Line 
1CIVL-C Syntax for Emacs
2=======================
3Version 0.8
4
5Description
6-----------
7
8This small file adds syntax support for CIVL-C in Emacs.
9
10CIVL-C is available for download from http://vsl.cis.udel.edu/civl/
11
12This version conforms to CIVL-C v0.8
13
14Prereqs
15-------
16
171. Emacs >= 20
182. An interest in CIVL-C
19
20Author
21------
22
23Name: William Killian
24
25Contact: william.killian@gmail.com
26
27## Installation
28
29* Copy civl-syntax.el to ~/.emacs.d/lisp or another favorite location
30
31* Include that path in your load path in .emacs
32
33(add-to-list 'load-path "~/.emacs.d/lisp")
34
35* Add the following lines to your ~/.emacs file
36
37(require 'civl-syntax)
38(civl-syntax)
39
40* Enjoy!
Note: See TracBrowser for help on using the repository browser.