From 7f134e77605e75b1bcb1ee7ab0f9dc4a5c07e7db Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 3 Apr 2016 01:23:01 -0400 Subject: Give key chord to "C-c C-c" --- init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index cceda55..3b995ee 100644 --- a/init.el +++ b/init.el @@ -1976,6 +1976,8 @@ ;;; Miscellaneous configuration +(key-chord-define-global "cx" "\C-c\C-c") + (setq echo-keystrokes 0.1 use-dialog-box nil visible-bell t -- cgit v1.2.3