From 887d57405cb9a5c099cff7d4deb1dd28a71f31d5 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:30:44 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b7ff5c3..7108891 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,15 @@ Add the following to `~/.emacs.d/post-early-init.el`: (load bootstrap-file nil 'nomessage)) ``` +### How to run the minimal-emacs.d Emacs configuration from another directory? + +To run minimal-emacs.d from a different directory, you can specify the path to your configuration directory using the --init-directory option. For example, to run Emacs with the configuration located in ~/.config/minimal-emacs.d/, use the following command: +``` +emacs --init-directory ~/.config/minimal-emacs.d/ +``` + +(This allows you to keep your Emacs setup organized in a specific location and easily switch between different configurations.) + ## Author and license Copyright (C) 2024 [James Cherti](https://www.jamescherti.com)