简体   繁体   English

Emacs 无法下载整个 melpa

[英]Emacs cannot download whole melpa

Hello my emacs cannot download whole melpa您好,我的 emacs 无法下载整个 melpa

Unable to find theme file for 'solarized-dark'

I add oficial code from melpa webpage and mx package-list-packages and there is only some melpa packages我从 melpa 网页和 mx package-list-packages 添加官方代码,只有一些 melpa 包

(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
;; Comment/uncomment this line to enable MELPA Stable if desired.  See `package-archive-priorities`
;; and `package-pinned-packages`. Most users will not need or want to do this.
;;(add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/") t)
(package-initialize)


(load-theme 'solarized-dark t)

if gnu pg key are not imported it will not download whole melpa type:如果未导入 gnu pg 密钥,则不会下载整个 melpa 类型:

`alt-x package-install enter use-package enter `alt-x package-install 输入 use-package enter

this will trigger download gnu pg keys and also use-package is package which must be installed for install other packages这将触发下载 gnu pg 密钥,并且使用包是 package 必须安装它才能安装其他包

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM