aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-22 07:02:11 -0500
committerCraig Jennings <c@cjennings.net>2026-04-22 07:02:11 -0500
commit973f630b36117fc229662d223deb5b54a6c3f1a1 (patch)
tree469126a75bd65e7e58f5fad04cd7f20835ca89f1 /init.el
parent31e481cf3db0c72eaf304f5fc6f0a8ec512f8095 (diff)
downloaddotemacs-973f630b36117fc229662d223deb5b54a6c3f1a1.tar.gz
dotemacs-973f630b36117fc229662d223deb5b54a6c3f1a1.zip
chore: delete wip.el and remove its stale require from init.el
wip.el held commented-out scratch code (efrit, buffer-same-mode, easy-hugo) plus one active pomm use-package block. The require in init.el was itself commented out, so the file compiled on every make compile pass but nothing in it ever ran at startup. The easy-hugo block motivated the new preview and publish commands that landed in the previous commit. The other entries (efrit, buffer-same-mode) have been dead code for months. Also removes the "Cannot load pomm" warning that has been appearing on every make compile run.
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 42d39e9f9..4f5a3aa1a 100644
--- a/init.el
+++ b/init.el
@@ -153,7 +153,6 @@
;; ------------------------------ Modules In Test ------------------------------
-;;(require 'wip)
(require 'lorem-optimum) ;; best fake latin text generator ever
(require 'jumper) ;; navigation help for large projects/lotsa buffers
(require 'system-commands) ;; reboot, logout, etc.