diff -r 14739033d89f -r e3000459f683 .emacs-my --- a/.emacs-my Sun Sep 24 09:23:32 2017 +0300 +++ b/.emacs-my Tue Oct 10 22:41:43 2017 +0300 @@ -2540,6 +2540,12 @@ (setq i (- i 4)))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +(message "magit") + +(with-eval-after-load 'magit-mode + (define-key magit-mode-map [s-tab] nil)) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "compile") ;; Prompt for compilation command.