]> jturnerusa.dev Git - emacs.d/commitdiff
set license-boilerplate-copyright-author variable
authorJohn Turner <jturner.usa@gmail.com>
Mon, 25 Sep 2023 09:49:24 +0000 (05:49 -0400)
committerJohn Turner <jturner.usa@gmail.com>
Mon, 25 Sep 2023 09:49:24 +0000 (05:49 -0400)
lisp/packages.el

index d137f7a90e79209314a4146949f29f1c45f219eb..cf6243a5f38c9bdc5532f38618296ca000c31507 100644 (file)
@@ -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")))