Skip to content

LICENSE templates for yasnippet

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
license-snippets.el
Notifications You must be signed in to change notification settings

sei40kr/license-snippets

Repository files navigation

license-snippets

https://melpa.org/packages/license-snippets-badge.svg

Description

LICENSE templates for yasnippet.

Install

Manual Install

(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)

Doom Emacs

Add in your $DOOMDIR/packages.el:

(package! license-snippets)

and then, add your $DOOMDIR/config.el:

(after! license-snippets
  (license-snippets-init))

About

LICENSE templates for yasnippet

Topics

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
license-snippets.el

Stars

Watchers

Forks

Languages