aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-26 17:33:08 -0500
committerCraig Jennings <c@cjennings.net>2026-05-26 17:33:08 -0500
commita370c6d0decdce8ba68e40b40a60fd4d1e4ed3e2 (patch)
treeb71cc67181eb90b580945fbee49b2cd1aad4e36b /init.el
parenta850e9df4a731499f016193a00b51193450710cf (diff)
downloaddotemacs-a370c6d0decdce8ba68e40b40a60fd4d1e4ed3e2.tar.gz
dotemacs-a370c6d0decdce8ba68e40b40a60fd4d1e4ed3e2.zip
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.
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.el b/init.el
index c0de8b62d..27f4adb9c 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 ----------------