melpa Questions
4
Solved
I am currently trying to install ENSIME for emacs 24.3.1 following the instructions at https://github.com/ensime/ensime-emacs under the quick start; I've added
(require 'package)
(add-to-list '...
1
Solved
Whenever I install a MELPA package, I get this message:
package-name is an available obsolete package
Here is a screenshot of what I mean (first line):
I tried this solution but it did not...
5
Solved
My init.el uses this to initialize packages:
(package-initialize)
(add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/"))
(add-to-list 'package-archives '("melpa" . "http://melp...
1
I'm running emacs 24.5 installed via homebrew.
for some weird reason my emacs gets stuck on Contacting host: melpa.org:80
I even tried a fresh install of emacs (removed .emacs.d folder as well)
Al...
Lauraine asked 5/7, 2015 at 16:11
1
Solved
I need to install MELPA into my emacs 23.3 version. I have googled for the ways to install it but couldn't find/understand any of them.
Can anyone please help me with installing MELPA. I am using ...
1
Solved
The El-Get documentation says that El-Get supports
package.el
and the MELPA documentation shows how to use MELPA with
package.el. How do I
install MELPA packages using El-Get?
Failed Attempt
I'm ...
1
© 2022 - 2024 — McMap. All rights reserved.