I want to find my init file.. but I cannot, supposedly it must be created? How do I create an init.el file?
Do I just C-X C-F
and then type ~/.emacs.d/init.el
?
I want to find my init file.. but I cannot, supposedly it must be created? How do I create an init.el file?
Do I just C-X C-F
and then type ~/.emacs.d/init.el
?
Yes, that is one of the default locations emacs looks for configuration files. If it does not exist you can create it and emacs will load it the next time it starts.
From the docs
Traditionally, file ~/.emacs is used as the init file, although Emacs also looks at ~/.emacs.el, ~/.emacs.d/init.el, ~/.config/emacs/init.el, or other locations.
https://www.gnu.org/software/emacs/manual/html_node/emacs/Init-File.html