我运行以下命令(M-x):
prj_id, dl_id, dl_name, dl_email
然后我收到错误:
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)
。
如何调试此错误?
答案 0 :(得分:0)
我删除了" rm -rf" dir"〜/ .emacs.d /"然后它奏效了。