Bubble up proxy settings

master
Jacopo De Simoi 8 years ago
parent 996b403b4e
commit 6e94d76f65
  1. 9
      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)))

Loading…
Cancel
Save