From: John Turner Date: Mon, 25 Sep 2023 09:49:24 +0000 (-0400) Subject: set license-boilerplate-copyright-author variable X-Git-Url: https://jturnerusa.dev/gitweb/?a=commitdiff_plain;h=4f2985ce0273fab2e7d555430e2dabb4095fb9cd;p=emacs.d set license-boilerplate-copyright-author variable --- diff --git a/lisp/packages.el b/lisp/packages.el index d137f7a..cf6243a 100644 --- a/lisp/packages.el +++ b/lisp/packages.el @@ -27,7 +27,9 @@ :load-path (lambda () (locate-user-emacs-file "lisp/toggle-local-vars"))) (use-package license-boilerplate - :load-path (lambda () (locate-user-emacs-file "lisp/license-boilerplate"))) + :load-path (lambda () (locate-user-emacs-file "lisp/license-boilerplate")) + :custom + (license-boilerplate-copyright-author "John Turner")) (use-package best-side-window :load-path (lambda () (locate-user-emacs-file "lisp/best-side-window")))