Difference between revisions of "Package"

From WikEmacs
Jump to navigation Jump to search
m
Line 1: Line 1:
A '''package''' is a bundle of [[Emacs Lisp]] code which would enhance Emacs' functionality. A package may contain one file or a collection of files. Also known as an ''extension'' or (inaccurately) a ''plugin''.
+
A '''package''' is a bundle of [[Emacs Lisp]] code which would enhance
 +
Emacs' functionality. A package may contain one file or a collection
 +
of files. Also known as an ''extension'' or (inaccurately) a
 +
''plugin''.
 +
 
 +
 
 +
[[Category:Package]]

Revision as of 15:22, 30 March 2012

A package is a bundle of Emacs Lisp code which would enhance Emacs' functionality. A package may contain one file or a collection of files. Also known as an extension or (inaccurately) a plugin.