# HG changeset patch # User Oleksandr Gavenko # Date 1507664503 -10800 # Node ID e3000459f6831e98c77b42babd9f0ba69c408b52 # Parent 14739033d89f24f5ef9909eb4893abeb6a4cbf6a Mistaken s-TAB key binding broke my workflow. https://github.com/magit/magit/issues/3195 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.