diff options
author | John Turner <jturner.usa@gmail.com> | 2022-12-22 21:31:26 -0500 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2022-12-22 21:42:07 -0500 |
commit | 55c287da2c46f2664e45ce770201f9df215b61ad (patch) | |
tree | 699ec3e5c3d3826336182b63f282391c539096a9 /init.el | |
parent | eab0f6e6fd01795f5b62b3b56425578415f14cf0 (diff) | |
download | emacs.d-55c287da2c46f2664e45ce770201f9df215b61ad.tar.gz |
created some small functions to insert license headers into buffers
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ (require 'man-completion) +(require 'license-boilerplate) (when (file-exists-p custom-file) (load custom-file)) |