.emacs-my
changeset 1629 e92139c96b4d
parent 1628 6630261d42cd
child 1630 8e99c0b3b772
equal deleted inserted replaced
1628:6630261d42cd 1629:e92139c96b4d
  2662 
  2662 
  2663 (with-eval-after-load 'magit-mode
  2663 (with-eval-after-load 'magit-mode
  2664   (setq magit-log-margin '(t "%F %H:%M" magit-log-margin-width t 18))
  2664   (setq magit-log-margin '(t "%F %H:%M" magit-log-margin-width t 18))
  2665   (define-key magit-mode-map [s-tab] nil))
  2665   (define-key magit-mode-map [s-tab] nil))
  2666 
  2666 
  2667 (setq magit-diff-refine-hunk t)
  2667 ;; No only it is slow in Cygwin it is also fails on some hunks...
       
  2668 (setq magit-diff-refine-hunk nil)
  2668 
  2669 
  2669 (with-eval-after-load 'magit-branch
  2670 (with-eval-after-load 'magit-branch
  2670   (remove-hook 'find-file-hook 'magit-edit-branch*description-check-buffers))
  2671   (remove-hook 'find-file-hook 'magit-edit-branch*description-check-buffers))
  2671 (with-eval-after-load 'magit-autorevert
  2672 (with-eval-after-load 'magit-autorevert
  2672   (remove-hook 'find-file-hook 'magit-auto-revert-mode-check-buffers)
  2673   (remove-hook 'find-file-hook 'magit-auto-revert-mode-check-buffers)