mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Move proxy configuration to work config
This commit is contained in:
parent
19aeb5652d
commit
ac49bf60a9
3 changed files with 5 additions and 3 deletions
4
init.el
4
init.el
|
|
@ -17,6 +17,10 @@
|
||||||
|
|
||||||
(setq gc-cons-threshold (* 100 1024 1024))
|
(setq gc-cons-threshold (* 100 1024 1024))
|
||||||
|
|
||||||
|
(when my-ec/at-ti
|
||||||
|
(require 'work-proxy-config)
|
||||||
|
(ti-proxy-mode 1))
|
||||||
|
|
||||||
;; fetch the list of packages available
|
;; fetch the list of packages available
|
||||||
(unless package-archive-contents
|
(unless package-archive-contents
|
||||||
(package-refresh-contents))
|
(package-refresh-contents))
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 31d7f4382b7900d90d0483992be0e962faa4b768
|
Subproject commit c8667bc04c2a49705ea895f9febddf3f284b4333
|
||||||
|
|
@ -39,8 +39,6 @@
|
||||||
(add-to-list 'auto-mode-alist '("\\.cmd$" . conf-mode))
|
(add-to-list 'auto-mode-alist '("\\.cmd$" . conf-mode))
|
||||||
(add-to-list 'auto-mode-alist '("\\.fsdump$" . argo-fastsim-dump-mode))
|
(add-to-list 'auto-mode-alist '("\\.fsdump$" . argo-fastsim-dump-mode))
|
||||||
|
|
||||||
;; (setq url-proxy-services '(("http" . "http://webproxy.ext.ti.com:80")
|
|
||||||
;; ("https" . "http://webproxy.ext.ti.com:80")))
|
|
||||||
(use-package ein
|
(use-package ein
|
||||||
:config
|
:config
|
||||||
(setq request-curl-options '("--noproxy \"*\""))
|
(setq request-curl-options '("--noproxy \"*\""))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue