【发布时间】:2021-05-25 10:22:58
【问题描述】:
我的 Emacs 安装无法下载整个 melpa:
找不到“solarized-dark”的主题文件
我从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)
【问题讨论】:
标签: emacs