diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-26 17:33:08 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-26 17:33:08 -0500 |
| commit | c924c83f92bd02ac980799865af3ef5542d64071 (patch) | |
| tree | 9d4b0defa967c1b1eefa559cf4c14738be255b84 /init.el | |
| parent | 2e77a20e1ed6ac0cb9001cb1774a4350ebef9493 (diff) | |
| download | dotemacs-c924c83f92bd02ac980799865af3ef5542d64071.tar.gz dotemacs-c924c83f92bd02ac980799865af3ef5542d64071.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.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 ---------------- |
