Mistaken s-TAB key binding broke my workflow.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 10 Oct 2017 22:41:43 +0300
changeset 1540 e3000459f683
parent 1539 14739033d89f
child 1541 dca10cecc9e2
Mistaken s-TAB key binding broke my workflow. https://github.com/magit/magit/issues/3195
.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.