From: Mark Wooding Date: Sat, 8 Oct 2016 10:15:35 +0000 (+0100) Subject: dot/emacs: Bind C-c k to `compile'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/c5376a5b50ceb092c453980a27d47c035aa96489?hp=bfb4aaca5bea5adb97c3dc3d008e147d32ee232a dot/emacs: Bind C-c k to `compile'. I have no I idea why I never did this before. --- 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)