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 "