diff options
| author | alex <alex@pdp7.net> | 2024-03-23 19:51:49 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2024-03-23 19:51:49 +0100 |
| commit | 69100cfaeb89811a29924f7bd320a601807bfc0d (patch) | |
| tree | 2e17c6466243a1970e3ef101db88caad499cadc5 /scripts | |
| parent | 8d03b0af8a29c82a42e074d7d8460842024ee87d (diff) | |
Also symlink configuration
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/p7s/emacs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/p7s/emacs.py b/scripts/p7s/emacs.py index 3f46f3ea..633aab54 100644 --- a/scripts/p7s/emacs.py +++ b/scripts/p7s/emacs.py @@ -6,3 +6,4 @@ import p7s def setup_emacs(): p7s.BASHRC_D.mkdir(parents=True, exist_ok=True) subprocess.run(["ln", "-s", (pathlib.Path(__file__).parent.parent.parent / "emacs" / "emacs.bash").absolute(), p7s.BASHRC_D / "emacs.bash"], check=True) + subprocess.run(["ln", "-s", (pathlib.Path(__file__).parent.parent.parent / "emacs" / "emacs.el").absolute(), pathlib.Path.home() / ".emacs"], check=True) |
