Difference between revisions of "ELPA"

From WikEmacs
Jump to navigation Jump to search
(tQogUrwvhrRP)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
It's too bad ido doesn't learn like Quicksilver did. You could type qrr then select query-replace-regexp and after 2-3 times of doing that it would learn that's what you want to come up when you type qrr.Btw I use ido-hacks.el which I think gives me the beeifnts of smex on M-x but last time I compared smex was slower.
+
'''ELPA''' (or Emacs Lisp Package Archive) is the official GNU Emacs [[package.el]] repository.
 +
 
 +
== Basic setup ==
 +
 
 +
None is required. ELPA is preconfigured in Emacs 24.
 +
 
 +
== See Also ==
 +
 
 +
* [[MELPA]]
 +
* [[Marmalade]]
 +
* [[package.el]]
 +
* [[el-get]]
 +
 
 +
== Project Pages ==
 +
 
 +
* [http://elpa.gnu.org/ Project Page]
 +
 
 +
== Tutorial Pages ==
 +
 
 +
[[Category:Project Management]][[Category:Convenience]]

Latest revision as of 10:51, 14 August 2012

ELPA (or Emacs Lisp Package Archive) is the official GNU Emacs package.el repository.

Basic setup

None is required. ELPA is preconfigured in Emacs 24.

See Also

Project Pages

Tutorial Pages