Skip to content

Instantly share code, notes, and snippets.

@fire
Last active August 29, 2015 14:10
Show Gist options
  • Save fire/f097ad7f411eb3236876 to your computer and use it in GitHub Desktop.
Save fire/f097ad7f411eb3236876 to your computer and use it in GitHub Desktop.
Emacs questions?
How do I select all and indent region?
Set mark: ‘C-SPC’, `C-@’, ‘M-x set-mark-command’
Select entire buffer: ‘C-x h’
M-x indent-region
How do I make readonly writable?
C-x C-q
How do I force close a document?
C-x k bufname <RET>
How do you copy text?
C-c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment