GitXplorerGitXplorer
J

alore-emacs

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
581cee1f095829b3d557d8970cd28de04249c1b4

First commit

JJukkaL committed 13 years ago

README

The README file for this repository.

*** Alore emacs mode README ***

Installation

Copy alore-mode.el to /usr/local/share/emacs/site-lisp or /usr/share/emacs/site-lisp.

Add these lines to your .emacs file:

(autoload 'alore-mode "alore-mode" "Alore editing mode" t) (add-to-list 'auto-mode-alist '("\.alo\'" . alore-mode))

Compatibility

Tried with emacs 23.1.1 in Ubuntu 10.04. Should work with other emacs versions and in other operating system as well.