Integrating with Microsoft Windows

From WikEmacs
Revision as of 16:02, 16 November 2012 by Carson (talk | contribs) (Began new page. Added info on CUA-mode.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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