From 6e94d76f6574aa2ab54cd0698e68ee1a30650525 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Mon, 12 Mar 2018 01:10:48 -0400 Subject: [PATCH] Bubble up proxy settings --- global.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/global.org b/global.org index 587993d..4b64b52 100644 --- a/global.org +++ b/global.org @@ -327,9 +327,13 @@ #+BEGIN_SRC emacs-lisp (setq compilation-ask-about-save nil) #+END_SRC +** Use system proxy +#+BEGIN_SRC emacs-lisp + ;; Use system proxy + (setq url-proxy-services '(("http" . "127.0.0.1:8118"))) +#+END_SRC * Main packages ** Magit - Set main binding #+BEGIN_SRC emacs-lisp (global-set-key (kbd "C-x C-g") 'magit-status) #+END_SRC @@ -448,9 +452,6 @@ ;; (eval-after-load 'tramp '(setenv "SHELL" "/bin/bash")) - ;; Use system proxy - (setq url-proxy-services '(("http" . "127.0.0.1:8118"))) - (defun flash-hline () (let ((fg (face-foreground 'default)) (bg (face-background 'hl-line)))