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 c8dad40 commit 7eacda3Copy full SHA for 7eacda3
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