diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-13 20:02:41 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-13 20:02:41 -0500 |
| commit | 541318c8f0747c1784cae9e429ea7120316961ca (patch) | |
| tree | 93c7b4743d48a69b0586fe361a0de98bab9cd359 /modules/prog-shell.el | |
| parent | a499e50e6ce65b9324c081864892c6d8f7079692 (diff) | |
| download | dotemacs-541318c8f0747c1784cae9e429ea7120316961ca.tar.gz dotemacs-541318c8f0747c1784cae9e429ea7120316961ca.zip | |
fix(telega): don't auto-install at init; let MELPA staleness slide
The use-package form defaulted to `:ensure t`, which made init crash when MELPA's archive index pointed at a dated snapshot tarball (`telega-20260503.1332.tar`) that had already rotated off the server -- the install fetch hit a 404 and took the whole startup down with a `file-error`.
Switched to `:ensure nil` so the module configures telega without trying to install it. The `:commands telega` autoload stub still wires `C-; G`; pressing it before the package is installed signals a void-function instead. Commentary now documents the one-time install (`M-x package-refresh-contents` + `M-x package-install RET telega`).
Diffstat (limited to 'modules/prog-shell.el')
0 files changed, 0 insertions, 0 deletions
