码迷,mamicode.com
首页 > Web开发 > 详细

emacs使用http代理打开

时间:2016-03-27 07:10:56      阅读:985      评论:0      收藏:0      [点我收藏+]

标签:

环境:ubuntu 15.04 64bit,emacs 24 ,git 

http代理搭建方法:http://www.cnblogs.com/liuxuzzz/p/5324749.html

 

原因:

因为要使用Steve Purcell(https://github.com/purcell/emacs.d)的emacs配置,但是他的配置在下载时会发现网络连不通的情况,所以需要用代理打开emacs。

 

1.删除自己的配置。

$ rm ~/.emacs
$ rm -rf ~/.emacs.d/
$ mkdir ~/.eamcs.d

2.克隆Steve Purcell的配置。

$ git clone https://github.com/purcell/emacs.d.git ~/.emacs.d

3.使用http代理打开emacs自动下载其余配置文件。

http_proxy=http://127.0.0.1:8118/ emacs -nw

现在emacs就可以网络通畅的自动下载配置文件了。

 

emacs使用http代理打开

标签:

原文地址:http://www.cnblogs.com/liuxuzzz/p/5324751.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!