diff --git a/jupyter-repl-client.el b/jupyter-repl-client.el index e14cc94..1d50f91 100644 --- a/jupyter-repl-client.el +++ b/jupyter-repl-client.el @@ -29,9 +29,9 @@ ;;; Code: -(defgroup jupyter-repl-client nil +(defgroup jupyter-repl nil "A Jupyter REPL client" - :group 'communication) + :group 'jupyter) (require 'jupyter-base) (require 'jupyter-client)