C-h v
user-init-file
shows
~/.emacs
but I want this user-init-file
point to ~/emacs.d/init.el
Requirement is to be able to switch between .emacs
and .emacs.d/init.el
and .emacs.el
anytime, without deleting/replacing these init files
I do not see any options here
Question:
Without deleting .emacs
file from its place, What is the procedure for emacs user to pick different init file, for future emacs session?