From 39416318233f394df4639c7d4335659708e3d2aa Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 21 Nov 2018 00:04:58 -0500 Subject: [PATCH] [emacs/magit] auto-expand unmerged into upstream and recent commits --- init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/init.org b/init.org index b000bcf..b30aebc 100644 --- a/init.org +++ b/init.org @@ -973,6 +973,7 @@ Not just how I do git, but /the/ way to do git. (setq magit-repository-directories '(("~/.emacs.d/" . 0) ("~/src/git/" . 1))) + (push (cons [unpushed status] 'show) magit-section-initial-visibility-alist) :custom-face (magit-diff-file-heading ((t (:weight normal))))) #+end_src -- 2.20.1