features and installation instructions

short explanation about the features of the
tla+-mode and how to install it.
This commit is contained in:
Christian Barthel 2020-01-05 09:47:32 +01:00
parent 4b57968fa3
commit 279db98723
1 changed files with 17 additions and 1 deletions

View File

@ -21,7 +21,23 @@
;;; Commentary:
;; This package defines TLA+ Major Mode to manipulate TLA+
;; specifications.
;; specifications as invented by Leslie Lamport [1].
;;
;; Features:
;; - Syntax Highlighting for TLA+ Specification Files
;; - Running `SANY Syntactic Analyzer' on TLA+ files
;; - Exporting TLA+ Specification files with TLATeX to
;; DVI, PS or PDF files
;; - Inserting TLA+ Operators with an easy to use menu
;; or typical Emacs keystrokes.
;; - Use templates to generate Modules
;;
;; Installation:
;; To use tla+-mode, you have to load the tla+-mode.el file
;; with
;; (load "/path/to/tla+-mode.el")
;; and use it with
;; (require tla+-mode)
;;; Code: