Emacs: add keybind for quickrun
1 file changed, 2 insertions(+), 1 deletion(-)
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