ein at work!

This commit is contained in:
Benson Chu 2023-03-17 16:32:11 -05:00
parent 294af84eb3
commit 1e1b262117

View file

@ -41,6 +41,10 @@
;; (setq url-proxy-services '(("http" . "http://webproxy.ext.ti.com:80") ;; (setq url-proxy-services '(("http" . "http://webproxy.ext.ti.com:80")
;; ("https" . "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) (global-display-fill-column-indicator-mode t)