pkgsrc-wip/ecb/MESSAGE
PHO / phonohawk 70c3d250d5 Import ecb-2.32 as wip/ecb.
ECB stands for "Emacs Code Browser". While Emacs already has good
/editing/ support for many modes, its /browsing/ support is somewhat
lacking. That's where ECB comes in: it displays a number of
informational windows that allow for easy source code navigation and
overview.
2008-07-16 05:00:08 +00:00

8 lines
335 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2008/07/16 05:00:08 phonohawk Exp $
Append the following line to your .emacs file:
(add-to-list 'load-path "${LISPDIR}/ecb")
(require 'ecb-autoloads)
===========================================================================