Difference between revisions of "Integrating with Microsoft Windows"

From WikEmacs
Jump to navigation Jump to search
(Began new page. Added info on CUA-mode.)
(No difference)

Revision as of 16:02, 16 November 2012

As an application developed for many years exclusively and now primarily for Unix-like operating systems, Emacs does not always integrate very well with Microsoft Windows. However, some simple tweaks can alleviate this lack of integration.

Copy and Paste

Every application on Windows except Emacs uses [C-c] to copy, [C-v] to paste, etc. Emacs doesn't do this by default because it has its own key combinations for these functions which were implemented before these combinations were more or less standardized. To enable this behavior in Emacs, add

(cua-mode 1)

to ~/.emacs