Lets say I'm reading file a.txt
with Emacs. At a specific point in this file, I would like to insert the entire contents of file b.txt
. What's the easiest way to achieve this in Emacs? Thanks.
Lets say I'm reading file a.txt
with Emacs. At a specific point in this file, I would like to insert the entire contents of file b.txt
. What's the easiest way to achieve this in Emacs? Thanks.