.emacs-my
changeset 1572 b1b66c93c910
parent 1571 5d67b50a7767
child 1573 808d904b7de2
equal deleted inserted replaced
1571:5d67b50a7767 1572:b1b66c93c910
  2631 
  2631 
  2632 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2632 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2633 (message "magit")
  2633 (message "magit")
  2634 
  2634 
  2635 (with-eval-after-load 'magit-mode
  2635 (with-eval-after-load 'magit-mode
       
  2636   (setq magit-log-margin '(t "%F %H:%M" magit-log-margin-width t 18))
  2636   (define-key magit-mode-map [s-tab] nil))
  2637   (define-key magit-mode-map [s-tab] nil))
  2637 
  2638 
  2638 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2639 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2639 (message "compile")
  2640 (message "compile")
  2640 
  2641