From 84fddb5a7ef7a82baab2b57777a074d042894de9 Mon Sep 17 00:00:00 2001 From: 10sr Date: Tue, 18 Oct 2011 22:16:24 +0900 Subject: [PATCH] fix bug : load correctly when library multi-term doesnt exist --- .emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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