Skip to content

Commit 221f4ea

Browse files
committed
Fix defgroup 'psci definition.
1 parent 85ea341 commit 221f4ea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

psci.el

+4-2
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,11 @@ We chose to load the .psci file's content (the purescript doc proposes its use).
238238
map)
239239
"Basic mode map for `inferior-psci-mode'.")
240240

241-
(defgroup psci nil " psci customisation group."
241+
(defgroup psci nil "psci customisation group."
242242
:tag "psci"
243-
:version "0.0.4")
243+
:version "0.0.4"
244+
:group 'purescript
245+
:prefix "psci/")
244246

245247
;;;###autoload
246248
(define-minor-mode inferior-psci-mode "Extend the bindings ."

0 commit comments

Comments
 (0)