diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -530,7 +530,10 @@ | |||
530 | ;; Enable `cua-selection-mode' for | 530 | ;; Enable `cua-selection-mode' for |
531 | ;; rectangular selection. | 531 | ;; rectangular selection. |
532 | (add-hook 'after-init-hook 'cua-selection-mode) | 532 | (add-hook 'after-init-hook 'cua-selection-mode) |
533 | (global-set-key (kbd "s-c") 'rectangle-mark-mode) | 533 | (global-set-key (kbd "s-c") 'cua-rectangle-mark-mode) |
534 | (set-face-attribute 'cua-rectangle nil | ||
535 | :background "#110" | ||
536 | :foreground nil) | ||
534 | 537 | ||
535 | 538 | ||
536 | ;; --------------------------------- | 539 | ;; --------------------------------- |