]> xn--ix-yja.es Git - alex.git/commitdiff
Remove step which is now automated
authoralex <alex@pdp7.net>
Sat, 5 Oct 2024 09:47:38 +0000 (11:47 +0200)
committeralexpdp7 <alex@corcoles.net>
Sat, 5 Oct 2024 10:06:46 +0000 (12:06 +0200)
scripts/p7s/emacs.py

index d158afb8f633c7aa6c43a2deb2a2b4dbd1c35107..934288879a9668125c611f4916015303a1ab829c 100644 (file)
@@ -10,11 +10,3 @@ def setup_emacs():
     subprocess.run(["ln", "-s", (pathlib.Path(__file__).parent.parent.parent / "emacs" / "emacs.bash").absolute(), p7s.BASHRC_D / "emacs.bash"], check=True)
     (pathlib.Path.home() / ".emacs").unlink(missing_ok=True)
     subprocess.run(["ln", "-s", (pathlib.Path(__file__).parent.parent.parent / "emacs" / "emacs.el").absolute(), pathlib.Path.home() / ".emacs"], check=True)
-
-    print(textwrap.dedent("""
-        On Debian Bookworm, create /etc/apt/preferences.d/emacs with:
-
-        Package: emacs-*
-        Pin: release a=stable-backports
-        Pin-Priority: 500
-    """).lstrip())