help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Running emacs without any customisation


From: Emanuel Berg
Subject: Re: Running emacs without any customisation
Date: Tue, 11 Oct 2022 01:30:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Thibaut Verron wrote:

> First, even with an empty .emacs, just running emacs might
> not the equivalent of "emacs -Q", as it will still load the
> system-wide configuration files (the "site-elisp").

Indeed, what you can do if you don't want to read any
configuration (except the configuration that says don't read
any configuration) is to either use `load-file' in .emacs to
the real (additional) configuration, and then comment those
lines out as desired, _or_ do something else to the extent of
reading or not reading the code, for example just gobble
everything, not right now perhaps but in a `while'.

(while nil
  ... ; brilliant code here
)

> Second, running emacs with an empty .emacs should not result
> in a black background

Why not? It's more ergonomic.

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]