Parcourir la source

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

pull/1/head
10sr il y a 12 ans
Parent
révision
eb3dec8cfd
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      .emacs

+ 2
- 1
.emacs Voir le fichier

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


Chargement…
Annuler
Enregistrer