equal
deleted
inserted
replaced
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 |