Emacs Melpa: Пакет не найден
Я запускаю следующую команду (Mx):
Install package: haskell-mode
Тогда я получаю ошибку:
[No match]
мой .emacs
является:
(require 'package)
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-archives
(quote
(("gnu" . "http://elpa.gnu.org/packages/")
("melpa-stable" . "http://stable.melpa.org/packages/")))))
(package-initialize)
И я побежал также M-x package-refresh-contents
,
Как я могу отладить эту ошибку?
1 ответ
Я удалил "rm -rf" каталог "~/.emacs.d/", после чего он заработал.