pkgsrc-wip/auto-complete-mode/MESSAGE
PHO / phonohawk ab24bfb711 Import auto-complete-1.3 as wip/auto-complete-mode.
Auto Complete Mode (aka auto-complete.el, auto-complete-mode) is a
extension that automates and advances completion-system of GNU
Emacs. This is superior than old system:

    * Visual interface
    * Reduce overhead of completion by using statistic method
    * Extensibility
2010-10-01 06:12:03 +00:00

9 lines
395 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2010/10/01 06:12:03 phonohawk Exp $
Append the following line to your .emacs file:
(require 'auto-complete-config)
(add-to-list 'ac-dictionary-directories "${LISPDIR}/${PKGBASE}/ac-dict")
(ac-config-default)
===========================================================================