Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 221f4ea

Browse filesBrowse files
committed
Fix defgroup 'psci definition.
1 parent 85ea341 commit 221f4ea
Copy full SHA for 221f4ea

File tree

1 file changed

+4
-2
lines changed
Filter options

1 file changed

+4
-2
lines changed

‎psci.el

Copy file name to clipboardExpand all lines: psci.el
+4-2Lines changed: 4 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.