Last active
August 29, 2015 14:10
-
-
Save fire/f097ad7f411eb3236876 to your computer and use it in GitHub Desktop.
Emacs questions?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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