From fa256323b4f2803dfcf3b992dc3b115106973d12 Mon Sep 17 00:00:00 2001
From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com>
Date: Wed, 7 Jun 2023 22:54:34 -0400
Subject: Enable `cua-selection-mode` directly instead of as a hook

---
 init.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.el b/init.el
index 4ce9b68..cf2ab85 100644
--- a/init.el
+++ b/init.el
@@ -529,7 +529,7 @@
 
 ;; Enable `cua-selection-mode' for
 ;; rectangular selection.
-(add-hook 'after-init-hook 'cua-selection-mode)
+(cua-selection-mode nil)
 (global-set-key (kbd "s-c") 'cua-rectangle-mark-mode)
 (set-face-attribute 'cua-rectangle nil
                     :background "#110"
-- 
cgit v1.2.3