Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 411 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 411 Bytes

quilt.el

Emacs minor mode for working with files in quilt based on http://www.selenic.com/quilt/quilt.el by Matt Mackall.

Installation

Copy quilt.el to a directory on the Emacs load path and add (require 'quilt) to your .emacs file. Alternatively add (load "~/quilt.el") to .emacs with the path adjusted apropriately.