From f33d8f496bf0e53b9747071a5229ce05111753c9 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 13 Dec 2014 03:01:33 +0900 Subject: [PATCH] Change keybind for my-term to C-x t --- emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index e1894c1..b32e4fb 100644 --- a/emacs.el +++ b/emacs.el @@ -2264,7 +2264,8 @@ ARG is ignored." ;; (ansi-term shell-file-name))))) (setq my-term-function 'eshell) -(define-key my-prefix-map (kbd "C-s") 'my-term) +;;(define-key my-prefix-map (kbd "C-s") 'my-term) +(define-key ctl-x-map "t" 'my-term) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; x open