From c5376a5b50ceb092c453980a27d47c035aa96489 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 8 Oct 2016 11:15:35 +0100 Subject: [PATCH 1/1] dot/emacs: Bind C-c k to `compile'. Organization: Straylight/Edgeware From: Mark Wooding I have no I idea why I never did this before. --- dot/emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/emacs b/dot/emacs index 5c567fa..4fb237a 100644 --- a/dot/emacs +++ b/dot/emacs @@ -594,6 +594,7 @@ (global-set-key [?\C-c ?t ?r] 'timeclock-reread-log) (global-set-key [?\C-c ?t ?w] 'timeclock-workday-remaining-string) (global-set-key [?\C-c ?t ?s] 'timeclock-status-string) + (global-set-key [?\C-c ?k] 'compile) (global-set-key [?\C-x ?3] 'mdw-split-window-horizontally) (global-set-key [?\M-#] 'calc-dispatch) (global-set-key [?\C-x ?/] 'auto-fill-mode) -- [mdw]