Skip to content

Commit 4c2d188

Browse files
committed
Don't "autoload" purescript-sort-imports
The function will be brought into the scope by purescript-mode by virtue of having a `(require 'purescript-sort-imports)`. No point additionally declaring it as autoload.
1 parent 0f832da commit 4c2d188

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

purescript-sort-imports.el

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"\\(\"[^\"]*\" \\)?"
3636
"[ ]*\\([A-Za-z0-9_.']*.*\\)"))
3737

38-
;;;###autoload
3938
(defun purescript-sort-imports ()
4039
"Sort the import list at point. It sorts the current group
4140
i.e. an import list separated by blank lines on either side.

0 commit comments

Comments
 (0)