diff options
author | Kyle Meyer <kyle@kyleam.com> | 2018-05-12 16:12:24 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-05-12 16:17:50 -0400 |
commit | bfb0e0a8b98341d8cbf48ae52520c7a30d3405b3 (patch) | |
tree | 22aea4856627fad5402716ccd29d0deda6065342 | |
parent | b9b5607fbf155d2652329176fc1cad349dd1b595 (diff) | |
download | emacs.d-bfb0e0a8b98341d8cbf48ae52520c7a30d3405b3.tar.gz |
magit: Don't confirm edits to published commits
See Magit's dd66f3ad and a7da211d.
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -950,6 +950,7 @@ (setq magit-uniquify-buffer-names nil) (setq magit-no-confirm '(stage-all-changes unstage-all-changes reverse)) + (setq magit-published-branches nil) (add-to-list 'magit-blame-disable-modes 'lispy-mode) |