From 261d41f180a89c1962a671bbfaa7484ebd17a5bc Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 1 Nov 2013 12:58:01 -0400 Subject: Add separate magit init file --- init/km-func.el | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'init/km-func.el') diff --git a/init/km-func.el b/init/km-func.el index 4043cb9..bf98552 100644 --- a/init/km-func.el +++ b/init/km-func.el @@ -163,22 +163,3 @@ KILLARG." (other-window 1)) (global-set-key (kbd "C-c s") 'km/swap-windows) - -;; http://whattheemacsd.com/setup-magit.el-05.html -(defun km/magit-just-amend () - (interactive) - (save-window-excursion - (magit-with-refresh - (shell-command "git --no-pager commit --amend --reuse-message=HEAD")))) - -(eval-after-load "magit" - '(define-key magit-status-mode-map (kbd "C-c C-a") 'km/magit-just-amend)) - -(defun km/magit-auto-commit () - (interactive) - (save-window-excursion - (magit-with-refresh - (shell-command "git --no-pager commit --all --message=auto")))) - -(eval-after-load "magit" - '(define-key magit-status-mode-map (kbd "C-c C-u") 'km/magit-auto-commit)) -- cgit v1.2.3