Directory local variables for Emacs contributors.

Sets some handy things for sending patches, might be useful for other contributors.
This commit is contained in:
Hunter Jozwiak 2024-09-20 09:40:56 -04:00 committed by Storm Dragon
parent a63091b320
commit 12649c0f60
2 changed files with 5 additions and 0 deletions

5
.dir-locals.el Normal file
View File

@ -0,0 +1,5 @@
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((vc-prepare-patches-separately . nil)
(vc-default-patch-addressee . "billy@wolfe.casa"))))