mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
ein at work!
This commit is contained in:
parent
294af84eb3
commit
1e1b262117
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue