head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2003.07.31.17.36.57;	author shige;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add elisp/emacsen ports in the ports tree @@ 2003/07/31
@
text
@$FreeBSD$
Eshell is a command shell implemented entirely in Emacs Lisp.

Put the expression below into your ~/.emacs.

;; You can run eshell by M-x eshell
(require 'eshell-auto)
;; Use pcomplete with shell-mode 
(require 'pcmpl-auto)
(add-hook 'shell-mode-hook 'pcomplete-shell-setup)

WWW: http://emacswiki.org/johnw/eshell.html
@
