From aa481a0c15b1545937ad78b43968239e892a9b08 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 6 Aug 2020 18:43:42 -0400 Subject: [PATCH] Use proxy also for https so that bibretrieve can work correctly --- .gitmodules | 3 +++ emacs-application-framework | 1 + global.org | 9 ++++++--- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 160000 emacs-application-framework diff --git a/.gitmodules b/.gitmodules index d6fafc3..a0ae041 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/emacs-application-framework b/emacs-application-framework new file mode 160000 index 0000000..fec30fb --- /dev/null +++ b/emacs-application-framework @@ -0,0 +1 @@ +Subproject commit fec30fbed5ed014047e72411bf2f35de651662c0 diff --git a/global.org b/global.org index 475c2c2..392abd2 100644 --- a/global.org +++ b/global.org @@ -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