Github项目

emacs-china/elpa-EmacsChinaELPA镜像项目

emacs - china/elpa是一个EmacsChinaELPA镜像项目,主要用于在官方存储库临时不可用时提供镜像服务。它给出了在GitHub、GitLab、本地以及在Spacemacs中的使用方法,方便用户在不同...

标签:

项目标题:emacs-china/elpa-EmacsChinaELPA镜像项目

项目简介

emacs-china/elpa是一个EmacsChinaELPA镜像项目。它提供了镜像,用于一些Emacs包的存档。当官方的存储库临时不可用时可以使用这些镜像。该项目主要由mirror-elpa维护。

项目使用方法

GitHub使用

在init.el文件中设置package-archives,如下:
(setq package-archives'((“melpa”. “https://raw.githubusercontent.com/d12frosted/elpa-mirror/master/melpa/”)(“org”. “https://raw.githubusercontent.com/d12frosted/elpa-mirror/master/org/”)(“gnu”. “https://raw.githubusercontent.com/d12frosted/elpa-mirror/master/gnu/”)))

GitLab使用

在init.el文件中设置package-archives,如下:
(setq package-archives'((“melpa”. “https://gitlab.com/d12frosted/elpa-mirror/raw/master/melpa/”)(“org”. “https://gitlab.com/d12frosted/elpa-mirror/raw/master/org/”)(“gnu”. “https://gitlab.com/d12frosted/elpa-mirror/raw/master/gnu/”)))

本地使用

首先克隆这个仓库:$git clone — [email protected]:d12frosted/elpa-mirror.git ~/.elpa-mirror。然后在init.el文件中设置package-archives,如下:
(setq package-archives`((“melpa”.,(concat user-home-directory”.elpa-mirror/melpa/”))(“org”.,(concat user-home-directory”.elpa-mirror/org/”))(“gnu”.,(concat user-home-directory”.elpa-mirror/gnu/”))))

在Spacemacs中的使用

要在Spacemacs中使用elpa-mirror,需要修改configuration-layer-elpa-archives。在dotspacemacs/init函数中添加如下代码:
;;remote
(setq configuration-layer-elpa-archives'((“melpa”. “https://raw.githubusercontent.com/d12frosted/elpa-mirror/master/melpa/”)(“org”. “https://raw.githubusercontent.com/d12frosted/elpa-mirror/master/org/”)(“gnu”. “https://raw.githubusercontent.com/d12frosted/elpa-mirror/master/gnu/”)))
;;local
(setq configuration-layer-elpa-archives`((“melpa”.,(concat user-home-directory”.elpa-mirror/melpa/”))(“org”.,(concat user-home-directory”.elpa-mirror/org/”))(“gnu”.,(concat user-home-directory”.elpa-mirror/gnu/”))))

项目总结

emacs-china/elpa这个项目为Emacs包存档提供了镜像方案,在官方存储库临时不可用时可以起到替代作用,并且给出了多种使用场景下的使用方法。希望大家对这个项目有任何想法或者问题都可以在下方留言讨论。

项目地址

GitHub链接直达

数据统计

数据评估

emacs-china/elpa-EmacsChinaELPA镜像项目浏览人数已经达到2,如你需要查询该站的相关权重信息,可以点击"5118数据""爱站数据""Chinaz数据"进入;以目前的网站数据参考,建议大家请以爱站数据为准,更多网站价值评估因素如:emacs-china/elpa-EmacsChinaELPA镜像项目的访问速度、搜索引擎收录以及索引量、用户体验等;当然要评估一个站的价值,最主要还是需要根据您自身的需求以及需要,一些确切的数据则需要找emacs-china/elpa-EmacsChinaELPA镜像项目的站长进行洽谈提供。如该站的IP、PV、跳出率等!

关于emacs-china/elpa-EmacsChinaELPA镜像项目特别声明

本站链氪巴士提供的emacs-china/elpa-EmacsChinaELPA镜像项目都来源于网络,不保证外部链接的准确性和完整性,同时,对于该外部链接的指向,不由链氪巴士实际控制,在2024年12月6日 上午12:00收录时,该网页上的内容,都属于合规合法,后期网页的内容如出现违规,可以直接联系网站管理员进行删除,链氪巴士不承担任何责任。

相关导航

暂无评论

暂无评论...