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 8ddaba1 commit b3bfeaaCopy full SHA for b3bfeaa
purescript-sort-imports.el
@@ -38,12 +38,12 @@
38
39
;;;###autoload
40
(defun purescript-sort-imports ()
41
- (interactive)
42
"Sort the import list at point. It sorts the current group
43
i.e. an import list separated by blank lines on either side.
44
45
If the region is active, it will restrict the imports to sort
46
within that region."
+ (interactive)
47
(when (purescript-sort-imports-at-import)
48
(let* ((points (purescript-sort-imports-decl-points))
49
(current-string (buffer-substring-no-properties (car points)
0 commit comments