* Where is my init.el?
@ 2022-10-27 17:58 Renato Pontefice
2022-10-27 22:14 ` briangpowell
2022-10-28 4:42 ` Ihor Radchenko
0 siblings, 2 replies; 3+ messages in thread
From: Renato Pontefice @ 2022-10-27 17:58 UTC (permalink / raw)
To: emacs-orgmode
To try to solve my prob on emacs on Mac osx, I’ve uninstalled and re installe emacs (after have save my init.el that have some customization).
Now I would use this old init.el but I don’t know where th actual emacs looks for init.el.
Can you suggest me where I can look for?
TIA
Renato
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Where is my init.el?
2022-10-27 17:58 Where is my init.el? Renato Pontefice
@ 2022-10-27 22:14 ` briangpowell
2022-10-28 4:42 ` Ihor Radchenko
1 sibling, 0 replies; 3+ messages in thread
From: briangpowell @ 2022-10-27 22:14 UTC (permalink / raw)
To: Renato Pontefice; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 724 bytes --]
You can put it anywhere you like--you can even have as many as you want:
$ emacs -l /somedirectory/init1.el -l /someotherdirectory/init2.el
Realize the default "init.el" is actually ~/.emacs so just ensure that your
init.el file(s) don't conflict with it and/or throw the "-q" switch which
ignores it
On Thu, Oct 27, 2022 at 1:59 PM Renato Pontefice <renato.pontefice@gmail.com>
wrote:
> To try to solve my prob on emacs on Mac osx, I’ve uninstalled and re
> installe emacs (after have save my init.el that have some customization).
> Now I would use this old init.el but I don’t know where th actual emacs
> looks for init.el.
> Can you suggest me where I can look for?
>
>
> TIA
>
> Renato
>
[-- Attachment #2: Type: text/html, Size: 1083 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Where is my init.el?
2022-10-27 17:58 Where is my init.el? Renato Pontefice
2022-10-27 22:14 ` briangpowell
@ 2022-10-28 4:42 ` Ihor Radchenko
1 sibling, 0 replies; 3+ messages in thread
From: Ihor Radchenko @ 2022-10-28 4:42 UTC (permalink / raw)
To: Renato Pontefice; +Cc: emacs-orgmode
Renato Pontefice <renato.pontefice@gmail.com> writes:
> To try to solve my prob on emacs on Mac osx, I’ve uninstalled and re installe emacs (after have save my init.el that have some customization).
> Now I would use this old init.el but I don’t know where th actual emacs looks for init.el.
> Can you suggest me where I can look for?
Check out Emacs manual section 49.4 The Emacs Initialization File.
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-28 4:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-27 17:58 Where is my init.el? Renato Pontefice
2022-10-27 22:14 ` briangpowell
2022-10-28 4:42 ` Ihor Radchenko
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).