How can I have emacs start and be in the middle of a command input? Particularly, I want emacs to start in the middle of a command input find-file
with a message in the small buffer saying:
Find file: ~/
and the cursor at the last character of it so that I can continue typing the remaining path to open the file I want.