common lisp - How to Load Emacs Configuration File in LISPBOX -


i using lisp in box comes pre-configured not load ".emacs" configuration file. change shortcut emacs load file default cannot find piece of code is.

can please me locate , if possible tell me bits of code remove/edit allow file loaded? using lispbox on os x if makes difference.

as far know looking 1 of following pieces of code not loading init file: -q --no-init-file --no-site-file

thanks in advance.

it's inside lispbox.sh (linux) or lispbox.bat (windows).

%emacs% --no-init-file --no-site-file --eval=%to_eval% 

Comments