aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-30 10:04:27 -0500
committerCraig Jennings <c@cjennings.net>2026-04-30 10:04:27 -0500
commit376cb1cac73af9bc0bb4b847a9fbf209d178d727 (patch)
treefec27eb2a992fee199ce1e523d3e3f354d422692 /init.el
parentec84389871858beb83d5ee024ca0435aec3335ef (diff)
downloaddotemacs-376cb1cac73af9bc0bb4b847a9fbf209d178d727.tar.gz
dotemacs-376cb1cac73af9bc0bb4b847a9fbf209d178d727.zip
feat(gloss): wire gloss into init via :vc against cjennings.net
Adds modules/gloss-config.el with a use-package form that installs gloss from the cjennings.net bare repo. The bare's post-receive hook mirrors to GitHub, so the package shows up in both places. Eager-loaded so gloss-prefix-map exists at startup. :config calls gloss-install-prefix to bind C-h g. Lands in the "Modules In Test" section of init.el for v1. Can move out after the first-week shakedown shows the package is steady.
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index d13f3378a..2cd1c0cb6 100644
--- a/init.el
+++ b/init.el
@@ -158,6 +158,7 @@
(require 'lorem-optimum) ;; best fake latin text generator ever
(require 'jumper) ;; navigation help for large projects/lotsa buffers
(require 'system-commands) ;; reboot, logout, etc.
+(require 'gloss-config) ;; personal glossary on C-h g; v1 in shakedown
;; ---------------------------------- Wrap Up ----------------------------------