MilesMcBain / spacemacs_cfg

Spacemacs configuration files and private layers
MIT License
8 stars 5 forks source link

drake-related functions #11

Open shirdekel opened 4 years ago

shirdekel commented 4 years ago

Thanks for sharing this, it's been very useful for trying out Spacemacs/ESS.

I can't seem to find your settings for {drake}-related functions such as r_make() and source all packages (like you have in your VS Code config). Any guidance on how to set this up?

MilesMcBain commented 4 years ago

They've been mostly a work thing so on the windows branch?

shirdekel commented 4 years ago

Thanks! I see them now.

Did you symlink your private folder? I want to keep mine under version control, and this is what internet seems to suggest to do.

shirdekel commented 4 years ago

Also, it seems as though these lines are the only Windows-specific ones. Is that true? I essentially want to use that file, but with a Mac.

MilesMcBain commented 4 years ago

Yes I think so for that file. Also this for the .spacemacs: https://github.com/MilesMcBain/spacemacs_cfg/blob/windows/spacemacs.el#L350

The best branches to fork off are either windows or 3.00. windows has had a bit more love and care recently.

I don't symlink it but that is a really good idea. I just started doing this with my VSCode config.

shirdekel commented 4 years ago

Great, thanks!

Another thing: a while ago you mentioned that you have a way of dealing with loading all functions in a project using ESS. I may have misunderstood this, but does this imply that there is an 'ess-eval-all-functions-in-project'-type of function? Or do you simply not use this kind of command?