10 lines
395 B
Text
10 lines
395 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.4 2003/05/06 17:41:00 jmmv Exp $
|
|
|
|
To automatically load pcl-cvs when starting emacs, add the following
|
|
(or similar) to your .emacs.el file.
|
|
|
|
(add-to-list 'load-path "${EMACS_LISPPREFIX}/pcl-cvs")
|
|
(load "pcl-cvs-startup")
|
|
|
|
===========================================================================
|