Grouped magit and vc modes.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 08 Jan 2020 22:23:31 +0200
changeset 1605 bbb4f7c881ff
parent 1604 72fa4385c7ba
child 1606 044155fc3ef9
Grouped magit and vc modes.
.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.