Skip to content

twlz0ne/with-proxy.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status MELPA

with-proxy.el

Evaluate expressions with proxy.

Installation

Clone this repository, or install from MELPA. Add the following to your .emacs:

(require 'with-proxy)

Usage

(with-proxy
  ...)

;; equals to:
(with-proxy
  :http-server "127.0.0.1:1081"
  :no-proxy '("localhost" "127.0.0.1" "192.168.*" "10.*")
  ...)

;; equals to:
(with-proxy-url
  :http-server "127.0.0.1:1081"
  :no-proxy '("localhost" "127.0.0.1" "192.168.*" "10.*")
  (with-proxy-shell
    :http-server "127.0.0.1:1081"
    ...))

About

Evaluate expressions with proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published