gdritter repos gidl-mode / 4a3cc53
Add a README as well Getty Ritter 8 years ago
1 changed file(s) with 11 addition(s) and 0 deletion(s). Collapse all Expand all
1 A major mode for editing [https://github.com/GaloisInc/gidl](GIDL) files.
2 This mode is also available through a package archive hosted at
3 [http://gelpa.gdritter.com/](`gelpa.gdritter.com`), which means you can
4 install it by adding
5
6 ~~~~
7 (add-to-list 'package-archives '("gelpa" . "http://gelpa.gdritter.com/") t)
8 (use-package gidl-mode :ensure t)
9 ~~~~
10
11 to your `.emacs`.