Git Product home page Git Product logo

Comments (7)

MatthewZMD avatar MatthewZMD commented on June 15, 2024

Can you paste the error message?

from .emacs.d.

AndreaCrotti avatar AndreaCrotti commented on June 15, 2024

You would get something like let*: Opening input file: No such file or directory, /home/andrea/.emacs.d/early-init.el
After checking out the project locally and running Emacs from there:
~/p/f/memacs> emacs -q

from .emacs.d.

MatthewZMD avatar MatthewZMD commented on June 15, 2024

After checking out the project locally and running Emacs from there:

Wait, you still have another set of configurations in ~/.emacs.d/? Is that what C-h v user-emacs-directory shows?

Because it does not matter at which directory you run Emacs from, it will look at either ~/.emacs.d/ or ~/.config/emacs (latter for xdg config) for Emacs configurations. If you clone M-EMACS into another directory other than these two, Emacs does not know it.

from .emacs.d.

AndreaCrotti avatar AndreaCrotti commented on June 15, 2024

Well I ran emacs -q which doesn't try to load anything afaik, the problem is just my local directory not in load path I guess, I'll try it out

from .emacs.d.

MatthewZMD avatar MatthewZMD commented on June 15, 2024

I'm not sure if I correctly understand your situation, but emacs -q is not supposed to load anything.

-q, --no-init-file
  Do not load an init file.

from .emacs.d.

AndreaCrotti avatar AndreaCrotti commented on June 15, 2024

Yes I know I load your init.el file after a fresh emacs is started and I just do eval-buffer for example

from .emacs.d.

MatthewZMD avatar MatthewZMD commented on June 15, 2024

Oh, I see what you mean. Yep if you only eval-buffer the init.el, it does not know where all the (require init-xx) are located. You need them to be in the load-path

from .emacs.d.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.