LICENSE templates for yasnippet.
(add-to-list 'load-path "/path/to/license-snippets")
(require 'yasnippet)
(require 'license-snippets)
;; Make sure to call `license-snippets-init' after yasnippet loaded.
(license-snippets-init)
Add in your $DOOMDIR/packages.el
:
(package! license-snippets)
and then, add your $DOOMDIR/config.el
:
(after! license-snippets
(license-snippets-init))