[emacs] Fixes atu/jupyter-ascending-sync
This commit is contained in:
2
.emacs
2
.emacs
@@ -861,7 +861,7 @@
|
|||||||
"Runs synchronization with jupyter-ascending "
|
"Runs synchronization with jupyter-ascending "
|
||||||
(interactive)
|
(interactive)
|
||||||
(when (string-match-p ".sync.py\\'" (buffer-name))
|
(when (string-match-p ".sync.py\\'" (buffer-name))
|
||||||
(unless atu/jupyter-sync-inhibit
|
(unless (and (boundp 'atu/jupyter-sync-inhibit) atu/jupyter-sync-inhibit)
|
||||||
(call-process "python"
|
(call-process "python"
|
||||||
nil nil nil
|
nil nil nil
|
||||||
"-m" "jupyter_ascending.requests.sync" "--filename" (buffer-file-name)
|
"-m" "jupyter_ascending.requests.sync" "--filename" (buffer-file-name)
|
||||||
|
|||||||
Reference in New Issue
Block a user