diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/km-git.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/km-git.el b/init/km-git.el index e083600..e18ab55 100644 --- a/init/km-git.el +++ b/init/km-git.el @@ -22,5 +22,4 @@ Useful for non-source code repos (e.g., Org mode note files)." (setq magit-default-tracking-name-function 'magit-default-tracking-name-branch-only) -(setq magit-expand-staged-on-commit t) (setq magit-log-show-margin nil) |