summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-11-21 00:04:58 -0500
committerAmin Bandali <bandali@gnu.org>2018-11-21 00:06:39 -0500
commit39416318233f394df4639c7d4335659708e3d2aa (patch)
treec1c56216da7e07ac35273e9711afeb758c083ab8 /init.org
parent542f29a37798cbe3afae9e78e6d54372d003ff6e (diff)
downloadconfigs-39416318233f394df4639c7d4335659708e3d2aa.tar.gz
configs-39416318233f394df4639c7d4335659708e3d2aa.tar.xz
configs-39416318233f394df4639c7d4335659708e3d2aa.zip
[emacs/magit] auto-expand unmerged into upstream and recent commits
Diffstat (limited to 'init.org')
-rw-r--r--init.org1
1 files changed, 1 insertions, 0 deletions
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