is there a way to specify custom init file on emacs startup?
I am guessing that your end goal is to run Emacs from a USB drive which you can carry around. There are two ways to have Emacs start with a different init file: (1) the -q –load way This is simply to run emacs -q –load path-to-your-init.el which starts Emacs without any initialization, then loads … Read more