Difference between revisions of "Package"

From WikEmacs
Jump to navigation Jump to search
m (moved Elisp Package to Package)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Package''' is bundle of code which would Enhance the Emacs functionality. Package may contain one file or collection of files.
+
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]]

Latest revision as of 09:14, 1 April 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.