From eef580e6c7fe37864177936d841bbb14f7cb0a03 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 20 Jun 2015 18:24:36 +0900 Subject: [PATCH] emacs.el: C-x c to M-x compile --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index e618d44..0de5f37 100644 --- a/emacs.el +++ b/emacs.el @@ -2523,6 +2523,7 @@ Commands are searched from ALIST." ;; (interactive) ;; (compile "make -k")) (defalias 'make 'compile) +(define-key ctl-x-map "c" 'compile) (defvar sed-in-place-history nil "History of `sed-in-place'.")