2015-12-30 13:14:38 +00:00
|
|
|
# emacs
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
> The extensible, customizable, self-documenting, real-time display editor.
|
2019-06-08 01:04:00 +01:00
|
|
|
> More information: <https://www.gnu.org/software/emacs>.
|
2015-12-30 13:14:38 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Open emacs in console mode (without X window):
|
2015-12-30 13:14:38 +00:00
|
|
|
|
|
|
|
`emacs -nw`
|
2015-12-29 23:11:42 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Open a file in emacs:
|
2015-12-29 23:11:42 +00:00
|
|
|
|
|
|
|
`emacs {{filename}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Exit emacs:
|
2015-12-29 23:11:42 +00:00
|
|
|
|
|
|
|
`C-x C-c`
|