From e039dbcf0ffe6c8ca0154b73861dabc060be2362 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 5 Oct 2024 11:47:38 +0200 Subject: [PATCH] Remove step which is now automated --- scripts/p7s/emacs.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/p7s/emacs.py b/scripts/p7s/emacs.py index d158afb..9342888 100644 --- a/scripts/p7s/emacs.py +++ b/scripts/p7s/emacs.py @@ -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()) -- 2.47.3