diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-30 10:04:27 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-30 10:04:27 -0500 |
| commit | 2e12131a3b593333f6c3113ec691eefa74011c6e (patch) | |
| tree | ccfdd33197925bc98408e23fb1efeef473cdff62 /init.el | |
| parent | 467a6d63f44ba835a94e7580adff9ff6b2b1a1eb (diff) | |
| download | dotemacs-2e12131a3b593333f6c3113ec691eefa74011c6e.tar.gz dotemacs-2e12131a3b593333f6c3113ec691eefa74011c6e.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.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ---------------------------------- |
