From 55c287da2c46f2664e45ce770201f9df215b61ad Mon Sep 17 00:00:00 2001 From: John Turner Date: Thu, 22 Dec 2022 21:31:26 -0500 Subject: created some small functions to insert license headers into buffers --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') diff --git a/init.el b/init.el index 44aae92..afbab3c 100644 --- a/init.el +++ b/init.el @@ -74,6 +74,7 @@ (require 'man-completion) +(require 'license-boilerplate) (when (file-exists-p custom-file) (load custom-file)) -- cgit v1.2.3