From 1d0c8b75a3cd512ed7d229c46498fda103e014b0 Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Mon, 20 Nov 2023 13:38:26 +0100 Subject: [PATCH] [emacs] Fixes `atu/jupyter-ascending-sync` --- .emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs b/.emacs index 62c346d..c6a4a43 100644 --- a/.emacs +++ b/.emacs @@ -861,7 +861,7 @@ "Runs synchronization with jupyter-ascending " (interactive) (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" nil nil nil "-m" "jupyter_ascending.requests.sync" "--filename" (buffer-file-name)