X-Git-Url: http://cgit.sxemacs.org/?p=syinit;a=blobdiff_plain;f=11-pkgs-sy.el;h=b009153eefa1dd5d1834f35a88411e8118241a87;hp=08e0e277fb16e74390a4fd5281093d9622120c65;hb=26cf2162054d4d8ed8cc1a35ae0d429d3b99d35a;hpb=f17ee8309fe2dac45af128aa7cb8d962f085ecb4 diff --git a/11-pkgs-sy.el b/11-pkgs-sy.el index 08e0e27..b009153 100644 --- a/11-pkgs-sy.el +++ b/11-pkgs-sy.el @@ -5,7 +5,7 @@ ;; Author: Steve Youngs ;; Maintainer: Steve Youngs ;; Created: <2007-12-02> -;; Time-stamp: +;; Time-stamp: ;; Download: ;; HTMLised: ;; Git Repo: git clone http://git.sxemacs.org/syinit @@ -395,8 +395,9 @@ (defun sy-eshell-bol-maybe-key () (define-key eshell-mode-map [(control ?a)] 'sy-eshell-bol-maybe)) -(add-hook 'eshell-mode-hook 'sy-eshell-bol-maybe) -(add-hook 'eshell-mode-hook 'sy-eshell-bol-maybe-key t) +(add-hook 'eshell-mode-hook #'sy-eshell-bol-maybe) +(add-hook 'eshell-mode-hook #'sy-eshell-bol-maybe-key t) +(add-hook 'eshell-output-filter-functions #'eshell-handle-ansi-color) (defun sy-esh-cdl (&optional type) "Eshell function to find current kernel's build or source dir.