From: Mark Wooding Date: Thu, 17 Dec 2009 17:52:54 +0000 (+0000) Subject: el/dot-emacs.el: Aliases for `eshell'. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/415a23dd3faaee25d7f28be55208eea0cbb78e21 el/dot-emacs.el: Aliases for `eshell'. Not entirely sure about these, but they support existing muscle memory a little. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index df15026..5a152f0 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -2081,6 +2081,9 @@ strip numbers instead." (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))