70c3d250d5
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.
8 lines
335 B
Text
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)
|
|
===========================================================================
|