I am currently using Lisp in a Box which comes pre-configured to not load the ".emacs" configuration file. I would like to change the shortcut so that Emacs does load this file by default but I cannot find where this piece of code is.
Can someone please help me locate this and if possible tell me which bits of code to remove/edit to allow this file to be loaded? I am using Lispbox on OS X if that makes any difference.
As far as I know I am looking for one of the following pieces of code for not loading an init file: -q --no-init-file --no-site-file
Thanks in advance.