From 5f39dcf721756a6ec5241c96047c7c36aacbd06f Mon Sep 17 00:00:00 2001 From: rush Date: Tue, 14 Oct 2025 06:55:53 -0400 Subject: [PATCH] re-enable some transient-mark-mode stuff --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index 1203e4a..e166085 100644 --- a/init.el +++ b/init.el @@ -54,7 +54,6 @@ (setq delete-by-moving-to-trash t delete-pair-blink-delay 0 - delete-active-region nil next-line-add-newlines t scroll-conservatively 101 ring-bell-function 'ignore @@ -138,7 +137,7 @@ (?\< . ?\>))) ;; Transient mark mode temp enabling -(setq transient-mark-mode nil) +;; (setq transient-mark-mode nil) ;; (defun re/remap-mark-command (command &optional map) ;; "Remap a mark-* command to temporarily activate Transient Mark mode. -- 2.39.5