source: CIVL/mods/dev.civl.com/emacs/README.md

main
Last change on this file was aad342c, checked in by Stephen Siegel <siegel@…>, 3 years ago

Performing huge refactor to incorporate ABC, GMC, and SARL into CIVL repo and use Java modules.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5664 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.