We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
json-plist
1 parent b1aa226 commit 0f1f22aCopy full SHA for 0f1f22a
jupyter-base.el
@@ -39,6 +39,8 @@
39
(declare-function jupyter-message-content "jupyter-messages" (msg))
40
(declare-function jupyter-new-uuid "jupyter-messages")
41
42
+(cl-deftype json-plist () '(satisfies json-plist-p))
43
+
44
;;; Custom variables
45
46
(defcustom jupyter-pop-up-frame nil
0 commit comments