I was installing org-mode to my emacs. And a tutorial somewhere online tells me that I should do these steps: c-u 0 m-x byte-recompile-directory<RET>. And I know what I am doing of latter step (m-x byte-recompile-directory<RET>), but what’s the meaning here of "c-u 0"? Thanks!
I was installing org-mode to my emacs. And a tutorial somewhere online tells me
Share
From the
byte-recompile-directorydocumentation:C-u is the usual way to provide a numeric argument to interactive functions. Unless you provide a zero arg with C-u 0, files that don’t already have an
.elcfile won’t be recompiled.