Here are the exact lines to put in your .emacs (C-x C-f RET and enter ~/.emacs) file:
(setq select-active-regions nil)
(setq mouse-drag-copy-region t)
(global-set-key [mouse-2] 'mouse-yank-at-click)
For everyone who entered the real world around the 00 decade.
(setq select-active-regions nil)
(setq mouse-drag-copy-region t)
(global-set-key [mouse-2] 'mouse-yank-at-click)