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 e12f77a commit de8ca88Copy full SHA for de8ca88
com-css-sort.el
@@ -386,9 +386,9 @@ NO-BACK-TO-LINE : Do not go back to the original line."
386
387
;; NOTE: Design your sort algorithms here depend on the type.
388
(cl-case com-css-sort-sort-type
389
- ('type-sort ; OPTION: Sort by Type Group.
+ (type-sort ; OPTION: Sort by Type Group.
390
(setq line-list (com-css-sort-sort-line-list-by-type-group line-list)))
391
- ('alphabetic-sort ; OPTION: Sort by Alphabetic Order.
+ (alphabetic-sort ; OPTION: Sort by Alphabetic Order.
392
(setq line-list (sort line-list 'string<))))
393
394
;; Insert the lines.
0 commit comments