|
|
|
@ -535,10 +535,13 @@ |
|
|
|
calendar-latitude 43.7 |
|
|
|
calendar-latitude 43.7 |
|
|
|
calendar-longitude -79.4) |
|
|
|
calendar-longitude -79.4) |
|
|
|
#+END_SRC |
|
|
|
#+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 |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
;; Use system proxy |
|
|
|
;; Use system proxy |
|
|
|
(setq url-proxy-services '(("http" . "127.0.0.1:8118"))) |
|
|
|
(setq url-proxy-services '(("http" . "127.0.0.1:8118") |
|
|
|
|
|
|
|
("https" . "127.0.0.1:8118"))) |
|
|
|
#+END_SRC |
|
|
|
#+END_SRC |
|
|
|
** Indicator |
|
|
|
** Indicator |
|
|
|
Change cursor color to reflect different layers on the keyboard |
|
|
|
Change cursor color to reflect different layers on the keyboard |
|
|
|
|