Difference between revisions of "MELPA"
Jump to navigation
Jump to search
(Undo revision 2890 by 94.23.1.28 (talk)) |
(Added a Troubleshooting section) |
||
Line 9: | Line 9: | ||
== Helpful keybindings == | == Helpful keybindings == | ||
+ | |||
+ | == Trouble Shooting == | ||
+ | |||
+ | Emacs Elpa and [[Wanderlust]] requirement, flim have a conflict. See more at http://gelvaos.blogspot.com/2010/11/emacs-elpa-and-wanderlust.html | ||
== See Also == | == See Also == |
Revision as of 05:13, 27 August 2012
MELPA (or Milkypostman’s ELPA or Milkypostman’s Experimental Lisp Package Repository if you’re not into the whole brevity thing) is a package.el repository for development versions of Emacs packages (hot from the repo).
Basic setup
(add-to-list 'package-archives
'("melpa" . "http://melpa.milkbox.net/packages/") t)
Helpful keybindings
Trouble Shooting
Emacs Elpa and Wanderlust requirement, flim have a conflict. See more at http://gelvaos.blogspot.com/2010/11/emacs-elpa-and-wanderlust.html