Files
cappuccino/Tools/Editors/Emacs/README.txt
T
Andrew Hankinson 5fd241f7d7 Fix #1284: Update Emacs documentation
Small fix to update documentation for emacs. Fixes #1284.
2013-03-08 23:04:23 -05:00

32 lines
819 B
Plaintext

Description
===========
A simple Emacs mode for editing Objective-J (Cappuccino) files.
Author
======
Geoffrey Grosenbach, PeepCode Screencasts
http://peepcode.com
Features
========
* Syntax highlighting thanks to objc-c-mode.el.
* Some adherence to Objective-J coding style guidelines (indentation).
* Automatic loading of objj-mode when .j files are opened.
Installation
============
Add objc-c-mode.el and objj-mode.el to your load path and require
objj-mode.
(add-to-list 'load-path "/path/to/cappuccino/Tools/Editors/Emacs/")
(require 'objj-mode)
Other
=====
If you use yasnippet (http://code.google.com/p/yasnippet/), you can define
tab-triggered snippet templates specifically for Objective-J.
Put your snippets in the "snippets/text-mode/objj-mode" directory where
you keep your other yasnippets.