我的Emacs安装不能下载整个melpa
无法找到“solarized”的主题文件
我从melpa网页和m-x 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)发布于 2021-05-26 12:25:20
https://stackoverflow.com/questions/67686092
复制相似问题