X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/4bebeeae49c6da45ffe5930ae1c21d84daa571f5..2ae647c441f0c6cc5e2b655048f8cf9b20c00ef7:/emacs diff --git a/emacs b/emacs index 100d872..f0ac580 100644 --- a/emacs +++ b/emacs @@ -78,6 +78,10 @@ (setq backup-by-copying-when-linked t) (setq backup-by-copying-when-mismatch t) +(setq mdw-backup-disable-regexps + '("/\\.git/COMMIT_EDITMSG$" + "/\\.stgit\\(-edit\\.txt\\|msg\\.txt\\|\\.msg\\)$")) + ;; --- Calculator fiddling --- (setq calc-settings-file "~/.emacs-calc")