Difference between revisions of "Package"
Jump to navigation
Jump to search
PhilHudson (talk | contribs) m (Style) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | A '''package''' is a bundle of 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]] |
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.