ab24bfb711
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
9 lines
395 B
Text
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)
|
|
===========================================================================
|