# HG changeset patch # User Oleksandr Gavenko # Date 1578515011 -7200 # Node ID bbb4f7c881ff659b2213c6a97b07388823bd5630 # Parent 72fa4385c7bab8f84137aebe9edb23ffb9f21d40 Grouped magit and vc modes. diff -r 72fa4385c7ba -r bbb4f7c881ff .emacs-my --- a/.emacs-my Wed Dec 11 22:39:13 2019 +0200 +++ b/.emacs-my Wed Jan 08 22:23:31 2020 +0200 @@ -2635,6 +2635,15 @@ '(remove-hook 'log-edit-hook 'log-edit-insert-message-template)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +(message "magit") + +(with-eval-after-load 'magit-mode + (setq magit-log-margin '(t "%F %H:%M" magit-log-margin-width t 18)) + (define-key magit-mode-map [s-tab] nil)) + +(setq magit-diff-refine-hunk t) + +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "indenting") (setq standard-indent 4) @@ -2656,15 +2665,6 @@ (setq i (- i 4)))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(message "magit") - -(with-eval-after-load 'magit-mode - (setq magit-log-margin '(t "%F %H:%M" magit-log-margin-width t 18)) - (define-key magit-mode-map [s-tab] nil)) - -(setq magit-diff-refine-hunk t) - -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "compile") ;; Prompt for compilation command.