diff --git a/.emacs.el b/.emacs.el index 78f97f8..083dccb 100644 --- a/.emacs.el +++ b/.emacs.el @@ -379,7 +379,7 @@ (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) +(define-key my-prefix-map (kbd "C-s") (or (require 'multi-term nil t) 'ansi-term)) ;; moving around