Skip to content

Emacs extension to add legalese boilerplate code

Notifications You must be signed in to change notification settings

lawkapala01/legalese

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Emacs extension to add legalese boilerplate code

This file creates a command that adds the sometimes necessary legalese to your files. That is, it adds a license header. For most files, it tries to adhere to a nice standard layout.

Example Setup

(setq comment-style 'extra-line)
(add-hook 'scheme-mode-hook
          (lambda ()
            (set (make-local-variable 'comment-add) 1)))

About

Emacs extension to add legalese boilerplate code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%