From ebfe9f4c3e44474c42efff561de7a0b326e2e9ea Mon Sep 17 00:00:00 2001 From: rearman Date: Thu, 5 Mar 2026 10:16:00 -0500 Subject: [PATCH] Remove unused cruft Don't add newlines with next-line - causes issues with region selecting via mouse. removed some stuff that was commented out (I didn't miss it). --- init.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.el b/init.el index bccdeed..bbc2e3b 100644 --- a/init.el +++ b/init.el @@ -14,8 +14,6 @@ (require 're-editing-defuns) (require 're-file-defuns) (require 're-vc-defuns) -;; (require 'acme-mouse) -;; (require 'fully-mono-themes) (require 'wobow-themes) (require 're-os-specific) (require 're-bindings) -- 2.39.5