set license-boilerplate-copyright-author variable

master
John Turner 8 months ago
parent db21b47a47
commit 4f2985ce02
No known key found for this signature in database

@ -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")))

Loading…
Cancel
Save