fuxialexander / doom-emacs-private-xfu

153 stars 19 forks source link

Can’t get replicate your config #1

Closed xeijin closed 6 years ago

xeijin commented 6 years ago

Hello,

Your config looks quite interesting to me, unfortunately following the instructions in the README to replicate your setup does not work for me, it seems the doom-theme you use plus several other plugins do not load.

I’ve tried the following remedies:

I am using macOS High Sierra. Any ideas?

fuxialexander commented 6 years ago

you need to check out the submodule which contains the theme

https://github.com/fuxialexander/doom-emacs-private-xfu/blob/master/.gitmodules

also ensure you are on the lastest commit of doom-emacs develop branch

If you still have error, you can post the error message below.

fuxialexander commented 6 years ago

@xeijin I've updated the install instruction. Maybe you can have another try based on that.

xeijin commented 6 years ago

Thank you, will try as soon as I get a chance.

xeijin commented 6 years ago

Thanks for the updated instructions, I got this working. Here were my high-level steps for anyone doing it from scratch on macOS:

I am finding I don't have quite a few of the required fonts here-and-there, do you have a list of these anywhere?

fuxialexander commented 6 years ago

@xeijin

xeijin commented 6 years ago

@fuxialexander looks like the instructions on the install page have changed, and I can no longer init the submodule per old instructions, did something change?

fuxialexander commented 6 years ago

The submodule is not needed anymore. You can simply follow the new instruction.

xeijin commented 6 years ago

I did follow the instructions, but when I load emacs it says fo packages are loaded successfully but I don’t see any of the key UI tweaks, and a bunch of things seem to be missing e.g ivy/counsel and space / leader to bring up the menu.

This is via Windows Subsystem for Linux, so will try on my MacBook later and report back, though ‘vanilla’ doom worked fine on the same setup.

On Sat, 14 Jul 2018 at 16:01, fuxialexander notifications@github.com wrote:

The submodule is not needed anymore. You can simply follow the new instruction.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fuxialexander/doom-emacs-private-xfu/issues/1#issuecomment-405028889, or mute the thread https://github.com/notifications/unsubscribe-auth/AARyOVtiA26V1iFDFHSu3tIS-AONmW7hks5uGgfigaJpZM4UO_jg .

xeijin commented 6 years ago

No didn't work on macOs either unfortunately, here is what I'm presented with (missing your theme, also seems like no completion framework loaded?)

image

xeijin commented 6 years ago

@fuxialexander any idea what's going on?

fuxialexander commented 6 years ago

@xeijin Sorry...no idea on that... Actually I just setup the config on another mac without problem...

xeijin commented 6 years ago

Got it working -- I had to rename init.mac.el to init.el inside .doom.d.

fuxialexander commented 6 years ago

@xeijin actually I softlink it to init.el to avoid git problem