Skip to content

Commit

Permalink
Example file.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed May 25, 2011
1 parent 53fd431 commit 4e1c7bc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
See the issue tracker for upcoming features and bugs.

# QUICK START

(add-to-list 'load-path "~/Emacs/ot/auto-complete")
(add-to-list 'load-path "~/Emacs/me/hs/src")
(add-to-list 'auto-mode-alist (cons "\\.hs\\'" 'hs-mode))
(add-to-list 'auto-mode-alist (cons "\\.cabal\\'" 'hs-cabal-mode))

See examples/bindings.el for example bindings to use. Most of these
will become default eventually.

I will include auto-complete and auto-complete-etags.el (and any other
dependencies) in the distribution in future.

# DONE

* Figuring out project from .cabal file
Expand Down

0 comments on commit 4e1c7bc

Please sign in to comment.