Merge pull request #474 from sethwoodworth/emacs

adds emacs docs to quit and open file
This commit is contained in:
Leandro Ostera
2015-12-30 18:50:01 +01:00

15
pages/common/emacs.md Normal file
View File

@@ -0,0 +1,15 @@
# emacs
> The extensible, customizable, self-documenting, real-time display editor
- Open emacs in console mode (without X window)
`emacs -nw`
- Open a file in emacs
`emacs {{filename}}`
- Exit emacs
`C-x C-c`