From eb3dec8cfde54973f60655fb706c3f3bee20e469 Mon Sep 17 00:00:00 2001 From: 10sr Date: Wed, 21 Sep 2011 02:00:31 +0900 Subject: [PATCH] .emacs: add eshell/: , and underline current line if nox --- .emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs b/.emacs index 57e872e..8b65f67 100644 --- a/.emacs +++ b/.emacs @@ -1298,6 +1298,7 @@ Optional prefix ARG says how many lines to unflag; default is one line." (defun eshell/v () (view-mode 1)) +(defalias 'eshell/: 'ignore) (defalias 'eshell/type 'eshell/which) ;; (defalias 'eshell/vim 'eshell/vi) (defalias 'eshell/ff 'find-file) @@ -1744,7 +1745,7 @@ this is test, does not rename files" (background light)) (:background "gainsboro")) (t - ())) + (:underline "yellow"))) "*Face used by hl-line.") (defface hlline-ul-face '((t (:underline "yellow")))