chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
255ee1f
)
el/dot-emacs.el: Aliases for `eshell'.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 17 Dec 2009 17:52:54 +0000
(17:52 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 17 Dec 2009 17:53:51 +0000
(17:53 +0000)
Not entirely sure about these, but they support existing muscle memory
a little.
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index df1502634f7373d497a9b7480bc1e1353de1dc58..5a152f000d4ca9c6e027f310ba052e3fe92a5daa 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-2081,6
+2081,9
@@
(defun mdw-eshell-prompt ()
(setq eshell-prompt-function 'mdw-eshell-prompt)
(setq eshell-prompt-regexp "^\\[[^]]+\\]")
+(defalias 'eshell/e 'find-file)
+(defalias 'eshell/w3m 'w3m-goto-url)
+
(mdw-define-face eshell-prompt (t :weight bold))
(mdw-define-face eshell-ls-archive (t :weight bold :foreground "red"))
(mdw-define-face eshell-ls-backup (t :foreground "lightgrey" :slant italic))