Emacs: add keybind for quickrun
Alan Pearce ap@studio-40.com
Sat, 31 May 2014 23:01:42 +0100
1 files changed, 2 insertions(+), 1 deletions(-)
jump to
M tag-emacs/emacs.d/init.el → tag-emacs/emacs.d/init.el
@@ -621,7 +621,8 @@ (other . "k&r")) c-basic-offset 4) (c-set-offset 'case-label '+))) -(req-package quickrun) +(req-package quickrun + :bind (("C-c C-e" . quickrun))) ;;;; Projects