diff options
author | Amin Bandali <bandali@gnu.org> | 2018-11-21 00:04:58 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-11-21 00:06:39 -0500 |
commit | 39416318233f394df4639c7d4335659708e3d2aa (patch) | |
tree | c1c56216da7e07ac35273e9711afeb758c083ab8 | |
parent | 542f29a37798cbe3afae9e78e6d54372d003ff6e (diff) | |
download | configs-39416318233f394df4639c7d4335659708e3d2aa.tar.gz configs-39416318233f394df4639c7d4335659708e3d2aa.tar.xz configs-39416318233f394df4639c7d4335659708e3d2aa.zip |
[emacs/magit] auto-expand unmerged into upstream and recent commits
-rw-r--r-- | init.org | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |