From fbc3e6c3874fa988cb7a83e95b1ca27dead79e00 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 8 Mar 2024 19:20:39 +0100 Subject: [PATCH] Revert "Update with Cosmopolitan Emacs" This reverts commit 28c7267c69337f4b3facacb0d5d8059a19b0f2b9. --- emacs/README.md | 2 +- emacs/emacs.bash | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 emacs/emacs.bash diff --git a/emacs/README.md b/emacs/README.md index 7593a47..0b00114 100644 --- a/emacs/README.md +++ b/emacs/README.md @@ -24,4 +24,4 @@ You probably need other plugins, and maybe you don't need them right now. Maybe try out some of the large configurations, to learn what fancy stuff is available and add it as you become comfortable with the previous thing you configured. -See also [my setup for using a Cosmopolitan Emacs](../scripts/p7s/emacs.py). +(Be sure to check [emacs.bash](https://github.com/alexpdp7/alexpdp7/blob/master/emacs/emacs.bash) for something you can source in your bash to keep Emacs running and prevent slow startup.) diff --git a/emacs/emacs.bash b/emacs/emacs.bash new file mode 100644 index 0000000..2312f78 --- /dev/null +++ b/emacs/emacs.bash @@ -0,0 +1,5 @@ +# source this file from your bash startup script + +alias emacs="emacsclient --create-frame -t" +export ALTERNATE_EDITOR="" +export EDITOR="emacsclient -t" -- 2.47.3