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

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

Re: Emacs Initialization


From: Steve A Branch
Subject: Re: Emacs Initialization
Date: Tue, 20 Jul 2021 15:52:05 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

Skip and Felix,

The addition of the early-init.el  seems to have solved the timing
problem.  Thank you very much for your help.  I appreciate it very much.

I would like to become much more proficient with the initialization of
emacs.  Is there some reading you can suggest?

Thanks,

Steve



On 7/12/21 7:16 PM, Felix Dietrich wrote:
Steve A Branch <BlindStevie@mail.com> writes:

I have a confusing problem that I have encountered since starting to
learn how to code in Python 3.  I want my emacs window to initialize
itself using my ~/.emacs.d/init.el initialization file.  I have enclosed
it for your information.

The problem I am experiencing is that frequently the emacs window opens
smaller than I expect.  I can exit emacs and try it several more times,
and it will eventually initialize properly.  I'm confused about what is
happening.  I hope you can give me some advice on how to get emacs to
initialize properly each time in invoke it.
Try putting the frame configuration in the early init file, either
“~/.config/emacs/early-init.el” or “~/.emacs.d/early-init.el”.  See also
(info "(emacs) Early Init File") [1]: “[the early init] file is loaded before 
the
package system and GUI is initialized, so in it you can customize
variables that affect frame appearance […]”.

[1] 
<https://www.gnu.org/software/emacs/manual/html_node/emacs/Early-Init-File.html>
--
<!-- This is the title line from the signature file,
(~/mail/signature.html). -->

Thank you,
*Steve Branch*
/216.848.0499/
/BlindStevie@mail.com/
/2584 Charney Road/
/University Heights, OH 44118-4403/

c isn't just a good idea, it's the *law*!



reply via email to

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