I'm new to using Common Lisp and currently using Lispbox. I would like to add a color-theme package to Lispbox running on OSX to change the color theme. I'm currently trying to use the command:
(add-to-list 'load-path "~/desktop/colortheme/")
However I keep getting the same error:
Undefined function ADD-TO-LIST called with arguments (LOAD-PATH "/desktop/colortheme/").
Can someone please help me as to what to do from here?
Thanks in advance,
Cameron