0

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 is not found.

I am using emacs version 24.5.1 on windows. I have tried to add the following lines to my init.el file :

(require 'package)
(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/"))

What's wrong ? How shall I proceed to install this package ?

ben.IT
  • 1,490
  • 2
  • 18
  • 37
  • 4
    have you tried a `package-refresh-contents` before? Do you find it in `package-list-packages`? – Random Dev Feb 11 '16 at 16:43
  • that's was it ! package-refresh-contents makes the job, the package is now successsfully installed ! Thanks greetings ! ben – ben.IT Feb 11 '16 at 19:02

0 Answers0