Skip to content

Instantly share code, notes, and snippets.

@gabipilegi
Created September 16, 2018 15:11
Show Gist options
  • Save gabipilegi/90f9efc87a59373725f1ccb145e8ac0f to your computer and use it in GitHub Desktop.
Save gabipilegi/90f9efc87a59373725f1ccb145e8ac0f to your computer and use it in GitHub Desktop.
# starting tips:
1. In Emacs, editing takes place in buffers.
2. To switch to a buffer, use C-x b and enter the buffer name in the minibuffer.
3. To create a new buffer, use C-x b and enter a new buffer name.
4. To open a file, use C-x C-f and navigate to the file.
5. To save a buffer to a file, use C-x C-s.
6. To create a new file, use C-x C-f and enter the new file’s path. When you save the buffer, Emacs will create the file on the filesystem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment