Re: Cut and paste emacs 24.2.1
"Drew Adams" <[email protected]>
| Newsgroups | gmane.emacs.windows |
|---|---|
| Message-ID | <[email protected]> |
> And yes, I'm a long time emacs user, but it seems like each > new version requires me to figure out cut and paste again. This might help: (global-set-key [mouse-2] 'mouse-yank-at-click) (setq select-active-regions nil) Others might additionally recommend this (but I use `t'): (setq x-select-enable-clipboard nil)