jcaw / theme-magic

🎨 Apply your Emacs theme to the rest of Linux, using magic. Also works on Mac.
GNU General Public License v3.0
139 stars 4 forks source link

Fixed mapcar error by using cl-lib provided in Emacs after ver 24.3 #13

Closed Jajafarov closed 5 years ago

Jajafarov commented 5 years ago

Fixed the error in #12 using cl-lib. If adding a dependency is to be avoided, you could write a mapcar* function that does the job instead.

jcaw commented 5 years ago

Inspecting, mapcar* is an alias to cl-mapcar, so this adds no extra dependencies - just formalises them. Looks good! I'm going to merge it into develop to test, then I'll push it to master.