From 252c2518b6bcf619f2a63e8f5b442d5913dab065 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 15 Dec 2014 22:56:17 +0900 Subject: [PATCH] Change keybind for my-term-shell-command --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 1759cbc..930014c 100644 --- a/emacs.el +++ b/emacs.el @@ -2364,7 +2364,7 @@ COMMAND." (goto-char (point-max))))) ;; (goto-char (point-max)) )))) -(define-key ctl-x-map "c" 'my-term-shell-command) +(define-key ctl-x-map ":" 'my-term-shell-command) (defun memo (&optional dir) "Open memo.txt in DIR."