Wolfgang Resch - Notes

Use newline or tab in replacement with `replace-string` or `replace-regexp` in emacs

June 26, 2014

In order to use a literal tab or newline in the replacement string of a replace function in emacs use

C-q tab   # insert tab
C-q C-j   # insert newline