|
|
|
|
|
by pyre
5404 days ago
|
|
The "M-x <tab>" that kamaal is talking about is for editor commands. Similar to ": <tab>" in Vim. The difference being that all of Emacs' editor commands (even "move one char to the left") are elisp functions that are available from the M-x prompt. |
|