aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 4ce9b68..cf2ab85 100644
--- a/init.el
+++ b/init.el
@@ -529,7 +529,7 @@
529 529
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(cua-selection-mode nil)
533(global-set-key (kbd "s-c") 'cua-rectangle-mark-mode) 533(global-set-key (kbd "s-c") 'cua-rectangle-mark-mode)
534(set-face-attribute 'cua-rectangle nil 534(set-face-attribute 'cua-rectangle nil
535 :background "#110" 535 :background "#110"