Questions tagged [melpa]

MELPA is a growing collection of package.el-compatible Emacs Lisp packages built automatically on the server from the upstream source code using simple recipes.

MELPA is a growing collection of package.el-compatible Lisp packages built automatically on the server from the upstream source code using simple recipes.

The main features of MELPA is

  • Up-to-date packages
  • Installable in any recent Emacs using "package.el"
  • Curated
  • Comprehensive
  • Automatic updates
  • Extensible

To use the MELPA repository, add it to package-archives after and before the call to package-initialize in init.el file. In Emacs version lesser than 24, also need to explicitly include the GNU ELPA archive, which provides important compatibility libraries like cl-lib.

Since package.el doesn't allow locking packages to certain version, MELPA packages will override those available from any other package source, so melpa.el package is provided which contains code to allow restricting packages to specific repositories. This allows someone to blacklist packages that come from a specific repository, or blacklist all packages from a repository and only whitelist certain packages.

You should be using this tag if your question is related to the use of MELPA.

49 questions
0
votes
0 answers

Emacs : install a package with melpa on windows

I am trying to install a package with emacs melpa package manager. The github page says that the package multiple-cursors is available with melpa. But when I try to install or list this package using M-x package-install multiple-cursors, the package…
ben.IT
  • 1,490
  • 2
  • 18
  • 37
0
votes
0 answers

How to access to MELPA packages?

I've tried to install colour themes that can be found on MELPA, but when I use "M-x install-package", they are not found. I restart emacs after each modification of the init.el file, and refresh the list of packages before each try. Here is my…
Haz
  • 1
  • 1
0
votes
0 answers

Emacs MELPA auto-complete not working with ESS (R) 15.03

Context I have installed 'auto-complete-20150408.1132' using the MELPA repository from within Emacs-24.3.1 (M-x package-install); the OS is RedHat. Auto-completion with popup is working perfectly for C/C++ files etc. However, I cannot get it to…
James
  • 1
  • 1
0
votes
2 answers

How do I exit MELPA in emacs?

I'm trying to learn Emacs, and I've installed MELPA as a package manager. The only problem is that the only way I know how to exit MELPA is by quitting Emacs entirely. I'm sure there's a better way to do this. What is it?
superlizardmo
  • 333
  • 1
  • 11
1 2 3
4