9
votes
How do I duplicate a whole line in Emacs?
In addition to the previous answers you can also define your own function to duplicate a line. For example, putting the following in your .emacs file will make C-d duplicate the current line.
…
