From eff8fcb606e25bfb6da01f58ac45f977f0ef0b58 Mon Sep 17 00:00:00 2001 From: 10sr Date: Fri, 14 Oct 2011 15:21:16 +0900 Subject: [PATCH] use multi-term instead of eshell --- .emacs.el | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/.emacs.el b/.emacs.el index 37b99fb..78f97f8 100644 --- a/.emacs.el +++ b/.emacs.el @@ -379,6 +379,8 @@ (define-key my-prefix-map (kbd "C-f") 'make-frame-command) (define-key my-prefix-map (kbd "C-o") 'occur) +(define-key my-prefix-map (kbd "C-s") (or (require 'multi-term) + 'ansi-term)) ;; moving around ;; (global-set-key (kbd "M-j") 'next-line) @@ -394,6 +396,7 @@ (global-set-key (kbd "C-") 'scroll-up) (global-set-key (kbd "C-x M-x") 'execute-extended-command) (global-set-key (kbd "C-x M-:") 'eval-expression) +(global-set-key (kbd "