~ubuntu-branches/ubuntu/utopic/auto-complete-el/utopic

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Takaya Yamashita
  • Date: 2010-06-18 02:01:25 UTC
  • Revision ID: james.westby@ubuntu.com-20100618020125-j90kc2trbozvo42l
Tags: 1.3-1
Initial release (Closes: #586779)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
auto-complete-el for Debian
 
2
---------------------------
 
3
 
 
4
This is Debian package of auto-complete-el. Emacs Lisp files are put in
 
5
/usr/share/emacs/site-lisp/auto-complete instead of
 
6
/usr/share/emacs/site-lisp/@PACKAGE@
 
7
 
 
8
Installation:
 
9
 (1) Add the following code to your .emacs:
 
10
 
 
11
    (require 'auto-complete)
 
12
    (add-to-list 'ac-dictionary-directories "/usr/share/auto-complete/dict/")
 
13
    (require 'auto-complete-config)
 
14
    (ac-config-default)
 
15
 
 
16
 -- Takaya Yamashita <takaya@debian.or.jp>  Fri, 18 Jun 2010 02:01:25 +0900