From 1cca84c509f9765ea601c93648850b641da19a31 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 26 May 2026 17:33:08 -0500 Subject: chore(init): drop the disabled popper-config module popper-config was use-package :disabled t, so use-package elided the whole form and none of it ran. It was a no-op sitting in the load graph, required only from init.el. I removed the module and its require. No behavior change. validate-modules passes and init still loads clean. The config stays in git history if popper is ever wanted again. --- init.el | 1 - 1 file changed, 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index c0de8b62..27f4adb9 100644 --- a/init.el +++ b/init.el @@ -66,7 +66,6 @@ (require 'selection-framework) ;; menu config (require 'modeline-config) ;; modeline (status-bar) config (require 'mousetrap-mode) ;; prevent accidental mouse/trackpad modifications -(require 'popper-config) ;; moving logs, help, and other buffers to popup ;; ----------------- Emacs Built-In Functionality Configuration ---------------- -- cgit v1.2.3