Be nicer to `smartparens'

This commit is contained in:
Gerard Vermeulen 2024-03-18 09:01:20 +01:00
parent baeae8f991
commit c83ece0889
1 changed files with 1 additions and 1 deletions

View File

@ -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]: