It's a rather simple question, but I can't find the answer anywhere.
The Emacs documentation suggests to save macros in the .emacs file. Is there a convenient way to save macros in Spacemacs? Which file should I use?
You have two options. You can save your macros :
in your .spacemacs
file, in the dotspacemacs/user-config
function
in a private configuration layer (see documentation)