Function: eshell-ext-initialize

eshell-ext-initialize is a byte-compiled function defined in esh-ext.el.gz.

Signature

(eshell-ext-initialize)

Documentation

Initialize the external command handling code.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-ext.el.gz
;;; Functions:

(defun eshell-ext-initialize ()     ;Called from `eshell-mode' via intern-soft!
  "Initialize the external command handling code."
  (add-hook 'eshell-named-command-hook #'eshell-explicit-command nil t))