A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/alphapapa/emacs-sandbox.sh below:

alphapapa/with-emacs.sh: Script to easily run Emacs with specified configurations

This script makes it easy to run Emacs with alternative configurations (i.e. not ~/.emacs.d). For example, to run Emacs with a configuration stored in ~/new-emacs.d, simply run:

$ with-emacs.sh --dir ~/new-emacs.d

It can also use temporary, “sandbox” directories that are automatically created and then removed after Emacs exits: just run with-emacs.sh without specifying a directory.

It’s helpful for developing packages, troubleshooting configuration problems, trying out alternative configurations, etc.

Copy with-emacs.sh into your PATH (or don’t, and run it from wherever you want).

with-emacs.sh [OPTIONS] [EMACS-ARGS]

Run Emacs with a specified configuration directory.  If no directory
is specified, a temporary one is made with "mktemp -d" and removed
when Emacs exits.

Options
  --debug     Show debug information and don't remove temp directory.
  -h, --help  This.
  --          Optionally used to separate script arguments from
              Emacs arguments.

  -d, --dir   DIR            Use DIR as user-emacs-directory.
  -e, --emacs PATH           Run Emacs executable at PATH.

  -i, --install PACKAGE      Install PACKAGE.
  -O, --no-org-repo          Don't use the orgmode.org ELPA repo.
  -P, --no-package           Don't initialize the package system.
  -R, --no-refresh-packages  Don't refresh package lists.

Fixes

Changes

Fixes

First tagged version. Renamed from emacs-sandbox.sh.

Inspired by and some code copied from MELPA’s Makefile.

Bug reports, feature requests, suggestions — oh my!

GPLv3


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4