main
| Line | |
|---|
| 1 | CIVL-C Syntax for Emacs
|
|---|
| 2 | =======================
|
|---|
| 3 | Version 0.8
|
|---|
| 4 |
|
|---|
| 5 | Description
|
|---|
| 6 | -----------
|
|---|
| 7 |
|
|---|
| 8 | This small file adds syntax support for CIVL-C in Emacs.
|
|---|
| 9 |
|
|---|
| 10 | CIVL-C is available for download from http://vsl.cis.udel.edu/civl/
|
|---|
| 11 |
|
|---|
| 12 | This version conforms to CIVL-C v0.8
|
|---|
| 13 |
|
|---|
| 14 | Prereqs
|
|---|
| 15 | -------
|
|---|
| 16 |
|
|---|
| 17 | 1. Emacs >= 20
|
|---|
| 18 | 2. An interest in CIVL-C
|
|---|
| 19 |
|
|---|
| 20 | Author
|
|---|
| 21 | ------
|
|---|
| 22 |
|
|---|
| 23 | Name: William Killian
|
|---|
| 24 |
|
|---|
| 25 | Contact: 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.