el/dot-emacs.el: Fix C comment indentation.
[profile] / dot / emacs
index ea5a476..6e636ee 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
   (global-set-key [?\e ?\e] 'mdw-wrong)
   (global-set-key [?\e ?\C-\] ?\C-\]] 'keyboard-escape-quit)
   (global-set-key [?\C-c ?\M-x] 'execute-extended-command)
+  (global-set-key [?\C-c ?c ?\C-w] 'clipboard-kill-region)
+  (global-set-key [?\C-c ?c ?w] 'clipboard-kill-ring-save)
+  (global-set-key [?\C-c ?c ?y] 'clipboard-yank)
   (global-set-key [?\C-c ?d ?a] 'devhelp-assistant-word-at-point)
   (global-set-key [?\C-c ?d ?w] 'devhelp-word-at-point)
   (global-set-key [?\C-c ?g ?a] 'org-agenda)