freebsd-ports/editors/eshell-emacs20/pkg-descr
Yoichi NAKAYAMA 32b78c7c52 Add eshell for emacs20, shell implemented in emacs lisp.
Reviewed by:	knu(mentor)
2001-12-02 15:34:28 +00:00

11 lines
323 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://www.gci-net.com/~johnw/eshell.html