Commit Graph

6 Commits

Author SHA1 Message Date
contrapunctus 2591e0ba37 Remove unnecessary conversion from list of strings to string
This has made the code a lot more performant with large directories.

After the above removal, the (mapcar #'shell-quote-argument) was
removed because it was causing issues with recursive operation - many
directories ended up being left out, and sxiv complained about not
being able to find them.
2020-01-13 17:03:29 +05:30
contrapunctus d67f6721d7 Remove unnecessary code
There was no need to remove the last element. It was added to remove a
blank string if the file ended with a blank line, but that blank
string was harmless.
2020-01-13 16:15:20 +05:30
contrapunctus e2f092263e Fixes from byte compilation, package-lint 2020-01-12 23:43:08 +05:30
contrapunctus d41043f692 Use lexical binding, add package headers 2020-01-12 23:38:56 +05:30
contrapunctus 83521adaff Checkdoc fixes 2020-01-12 23:18:12 +05:30
contrapunctus eaea4cd35f Move from personal init to separate repository, create README 2020-01-12 23:03:34 +05:30