freebsd-ports/editors/eshell-emacs20/pkg-descr
Yoichi NAKAYAMA c9c37baaaa Change MASTER_SITES and WWW.
Notified by:	bento
2003-05-06 11:48:28 +00:00

11 lines
320 B
Text

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