.emacs-my
changeset 1577 ffabe41afc28
parent 1576 9169f962cc47
child 1578 1fabb8953172
equal deleted inserted replaced
1576:9169f962cc47 1577:ffabe41afc28
  2634 (message "magit")
  2634 (message "magit")
  2635 
  2635 
  2636 (with-eval-after-load 'magit-mode
  2636 (with-eval-after-load 'magit-mode
  2637   (setq magit-log-margin '(t "%F %H:%M" magit-log-margin-width t 18))
  2637   (setq magit-log-margin '(t "%F %H:%M" magit-log-margin-width t 18))
  2638   (define-key magit-mode-map [s-tab] nil))
  2638   (define-key magit-mode-map [s-tab] nil))
       
  2639 
       
  2640 (setq magit-diff-refine-hunk t)
  2639 
  2641 
  2640 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2642 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2641 (message "compile")
  2643 (message "compile")
  2642 
  2644 
  2643 ;; Prompt for compilation command.
  2645 ;; Prompt for compilation command.