Move proxy configuration to work config

This commit is contained in:
Benson Chu 2023-04-18 12:32:58 -05:00
parent 19aeb5652d
commit ac49bf60a9
3 changed files with 5 additions and 3 deletions

View file

@ -17,6 +17,10 @@
(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
(unless package-archive-contents
(package-refresh-contents))

@ -1 +1 @@
Subproject commit 31d7f4382b7900d90d0483992be0e962faa4b768
Subproject commit c8667bc04c2a49705ea895f9febddf3f284b4333

View file

@ -39,8 +39,6 @@
(add-to-list 'auto-mode-alist '("\\.cmd$" . conf-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
:config
(setq request-curl-options '("--noproxy \"*\""))