diff options
| -rw-r--r-- | scripts/p7s/emacs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/p7s/emacs.py b/scripts/p7s/emacs.py index 22a9b42c..da44bdff 100644 --- a/scripts/p7s/emacs.py +++ b/scripts/p7s/emacs.py @@ -4,7 +4,7 @@ import textwrap import urllib.request -COSMO_BUILD_URL = "https://github.com/alexpdp7/superconfigure/releases/download/cleanup/editor.zip" +COSMO_BUILD_URL = "https://github.com/alexpdp7/superconfigure/releases/download/emacs_29.1/editor.zip" def setup_emacs(): |
