From c83ece088941317839d1efdd3092f28aafc09783 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Mon, 18 Mar 2024 09:01:20 +0100 Subject: [PATCH] Be nicer to `smartparens' --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 269115b..db2cfda 100644 --- a/README.org +++ b/README.org @@ -3077,7 +3077,7 @@ Return a list of items where the filename is the `car' of each item and the result))))) result)) -(mapcar #'list (cl-sort (org-babel-active-languages) #'string<)) +(mapcar #'list (cl-sort (org-babel-active-languages) #'string-lessp)) #+end_src #+caption[Active Org Babel languages]: