From 1e1b26211750510dafed386d0a34f28445fde5e5 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Fri, 17 Mar 2023 16:32:11 -0500 Subject: [PATCH] ein at work! --- lisp/ti-config/work-config.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/ti-config/work-config.el b/lisp/ti-config/work-config.el index ca0b6d2..6756418 100644 --- a/lisp/ti-config/work-config.el +++ b/lisp/ti-config/work-config.el @@ -41,6 +41,10 @@ ;; (setq url-proxy-services '(("http" . "http://webproxy.ext.ti.com:80") ;; ("https" . "http://webproxy.ext.ti.com:80"))) +(use-package ein + :config + (setq request-curl-options '("--noproxy \"*\"")) + (setq ein:jupyter-server-command "~/.local/bin/jupyter")) (global-display-fill-column-indicator-mode t)