From dd98aa76a04567626e066a6db86186b0ce211dfc Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 10 Feb 2014 16:57:03 -0500 Subject: Swap python test and compile keybindings I keep using the wrong one, so I must think it makes more sense this way. --- lisp/init-python.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/init-python.el') diff --git a/lisp/init-python.el b/lisp/init-python.el index dce210f..d2f15b7 100644 --- a/lisp/init-python.el +++ b/lisp/init-python.el @@ -33,8 +33,8 @@ If ARG, use pytest2 instead of pytest." (compile pytest))) (defun km/python-hook () - (local-set-key (kbd "C-c m c") 'km/create-python-test-file) - (local-set-key (kbd "C-c m t") 'km/pytest-compile)) + (local-set-key (kbd "C-c m t") 'km/create-python-test-file) + (local-set-key (kbd "C-c m c") 'km/pytest-compile)) (add-hook 'python-mode-hook 'km/python-hook) -- cgit v1.2.3