chiark / gitweb /
dot/emacs: Bind C-c k to `compile'.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 8 Oct 2016 10:15:35 +0000 (11:15 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 8 Oct 2016 10:15:35 +0000 (11:15 +0100)
I have no I idea why I never did this before.

dot/emacs

index 5c567fac788f0347ebe323c0af27de82db069d3c..4fb237a22eb4445a8af5c2895406a7e8e3c79dcb 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
   (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)