Use proxy also for https so that bibretrieve can work correctly

master
Jacopo De Simoi 6 years ago
parent fa7dc97d85
commit aa481a0c15
  1. 3
      .gitmodules
  2. 1
      emacs-application-framework
  3. 9
      global.org

3
.gitmodules vendored

@ -100,3 +100,6 @@
[submodule "ox-hugo"]
path = ox-hugo
url = gh:ox-hugo
[submodule "emacs-application-framework"]
path = emacs-application-framework
url = gh:emacs-application-framework

@ -0,0 +1 @@
Subproject commit fec30fbed5ed014047e72411bf2f35de651662c0

@ -535,10 +535,13 @@
calendar-latitude 43.7
calendar-longitude -79.4)
#+END_SRC
** Use system proxy
** Use local proxy
I need this to route bibretrieve requests through my local proxy,
that in turn routes requests to ~mathscinet~ through the University network
#+BEGIN_SRC emacs-lisp
;; Use system proxy
(setq url-proxy-services '(("http" . "127.0.0.1:8118")))
;; Use system proxy
(setq url-proxy-services '(("http" . "127.0.0.1:8118")
("https" . "127.0.0.1:8118")))
#+END_SRC
** Indicator
Change cursor color to reflect different layers on the keyboard

Loading…
Cancel
Save