From c2d700b784c793cc82131ef86323801b8d6e67bb Mon Sep 17 00:00:00 2001 From: Arne Brasseur Date: Fri, 20 Jan 2023 13:15:59 +0100 Subject: [PATCH] Document alternatives Fixes #41 Fixes #51 --- README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.org b/README.org index 4385fed..2c8dbca 100644 --- a/README.org +++ b/README.org @@ -70,6 +70,11 @@ of how to add a command line option in userspace from Emacs Lisp. Chemacs tries to implement this idea in a user-friendly way, taking care of the various edge cases and use cases that come up. +** Alternatives + +- Emacs 29 introduces [--init-directory](https://git.savannah.gnu.org/cgit/emacs.git/log/?qt=grep&q=init-directory) +- [with-emacs.sh](https://github.com/alphapapa/with-emacs.sh) Emacs sandboxing shell script, works by adding a number of `--eval` flags to Emacs startup. + ** Installation Clone the Chemacs 2 repository as =$HOME/.emacs.d=. Note that if you already