Created
September 26, 2018 19:02
-
-
Save dougbeal/1b3b76685d52b6fea6357b635fa96829 to your computer and use it in GitHub Desktop.
sort and remove duplicate items for merging emacs package list when tracked in git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(print (sort (remove-duplicates (append | |
(quote | |
(a1 a2 b1 b2 b3)) | |
(quote (a1 a2 a3 b2 b5)))) #'string<)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment