resources:emacs_resources
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| resources:emacs_resources [2016/01/18 19:33] – anthony | resources:emacs_resources [2019/05/22 16:08] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 72: | Line 72: | ||
| ---- | ---- | ||
| + | ==== Add line break (RETURN) to end of all lines ==== | ||
| + | [Put another way: insert spaces, insert empty line in between every line.] | ||
| + | |||
| + | < | ||
| + | M-x replace-regexp | ||
| + | .$[RET] | ||
| + | \& | ||
| + | </ | ||
| + | |||
| + | " | ||
| + | |||
| + | C-q indicates something like " | ||
| + | |||
| + | C-j inserts a line break (a RETURN keypress, but this might not be the most precise description). | ||
| + | |||
| + | \\ | ||
| + | ---- | ||
resources/emacs_resources.1453163596.txt.gz · Last modified: (external edit)
