Browse Source

.emacs: add eshell/: , and underline current line if nox

pull/1/head
10sr 12 years ago
parent
commit
eb3dec8cfd
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .emacs

+ 2
- 1
.emacs View File

@@ -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")))


Loading…
Cancel
Save