From: alex Date: Fri, 8 Mar 2024 18:20:39 +0000 (+0100) Subject: Revert "Update with Cosmopolitan Emacs" X-Git-Tag: 20241020-emacs~255 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=fbc3e6c3874fa988cb7a83e95b1ca27dead79e00;p=alex.git Revert "Update with Cosmopolitan Emacs" This reverts commit 28c7267c69337f4b3facacb0d5d8059a19b0f2b9. --- 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"