From: rearman Date: Thu, 5 Mar 2026 15:16:00 +0000 (-0500) Subject: Remove unused cruft X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=ebfe9f4c3e44474c42efff561de7a0b326e2e9ea;p=emacsinit.git 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). --- 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)