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.
1 parent 85ea341 commit 221f4eaCopy full SHA for 221f4ea
psci.el
@@ -238,9 +238,11 @@ We chose to load the .psci file's content (the purescript doc proposes its use).
238
map)
239
"Basic mode map for `inferior-psci-mode'.")
240
241
-(defgroup psci nil " psci customisation group."
+(defgroup psci nil "psci customisation group."
242
:tag "psci"
243
- :version "0.0.4")
+ :version "0.0.4"
244
+ :group 'purescript
245
+ :prefix "psci/")
246
247
;;;###autoload
248
(define-minor-mode inferior-psci-mode "Extend the bindings ."
0 commit comments